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: #c94f4a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #4a7cba;
}
.color-4 {
color: #1f3d34;
}
.color-5 {
color: #b0e57b;
}

/* CSS Variables */
:root {
--color-1: #c94f4a;
--color-2: #f0a800;
--color-3: #4a7cba;
--color-4: #1f3d34;
--color-5: #b0e57b;
}

Dragon's Breath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94f4a, #f0a800, #4a7cba, #1f3d34, #b0e57b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94f4a, #f0a800, #4a7cba, #1f3d34, #b0e57b);
}

Dragon's Breath color palette created on .