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: #ff5833;
}
.color-2 {
color: #ff8c1a;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #85e024;
}
.color-5 {
color: #1db954;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8c1a;
--color-3: #ffcc00;
--color-4: #85e024;
--color-5: #1db954;
}

Dragon's Breath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8c1a, #ffcc00, #85e024, #1db954);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8c1a, #ffcc00, #85e024, #1db954);
}

Dragon's Breath color palette created on .