Design Tools
A four-color logo that recolors itself across every campaign.
Canva's brand uses a quartet of equally-weighted hues that the company often re-orders, swaps, or tints depending on the campaign. The teal-to-violet gradient on the logo is the canonical mark, but the surrounding system is intentionally chromatic and playful — a visual demonstration of the design freedom Canva sells.
:root {
--canva-cyan: #00c4cc;
--canva-violet: #7d2ae7;
--canva-pink: #fe6f61;
--charcoal: #0e1318;
}module.exports = {
theme: {
extend: {
colors: {
"canva-cyan": "#00c4cc",
"canva-violet": "#7d2ae7",
"canva-pink": "#fe6f61",
"charcoal": "#0e1318",
},
},
},
};Source: https://www.canva.com/ · As of 2026-05-03 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Canva name and any associated marks belong to their owner. Use support to request removal.