Dragon's Breath Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dragon's Breath palette

Share this palette to:

Dragon's Breath color palette CSS

/* CSS */
.color-1 {
color: #e94a2b;
}
.color-2 {
color: #f6a523;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #4ed0a0;
}
.color-5 {
color: #3d87c7;
}

/* CSS Variables */
:root {
--color-1: #e94a2b;
--color-2: #f6a523;
--color-3: #f9d75d;
--color-4: #4ed0a0;
--color-5: #3d87c7;
}

Dragon's Breath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94a2b, #f6a523, #f9d75d, #4ed0a0, #3d87c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94a2b, #f6a523, #f9d75d, #4ed0a0, #3d87c7);
}

Dragon's Breath color palette created on .