Dragon's Breath Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dragon's Breath palette
Dragon's Breath color palette PNG image
Dragon's Breath color palette CSS
/* CSS */
.color-1 {
color: #ca2b2b;
}
.color-2 {
color: #e0b62e;
}
.color-3 {
color: #b8d85f;
}
.color-4 {
color: #4ba09e;
}
.color-5 {
color: #2a6b8d;
}
/* CSS Variables */
:root {
--color-1: #ca2b2b;
--color-2: #e0b62e;
--color-3: #b8d85f;
--color-4: #4ba09e;
--color-5: #2a6b8d;
}
Dragon's Breath background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca2b2b, #e0b62e, #b8d85f, #4ba09e, #2a6b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca2b2b, #e0b62e, #b8d85f, #4ba09e, #2a6b8d);
}
Similar color palettes
Dragon's Breath color palette created on .