Dusk Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusk Fire palette
Dusk Fire color palette PNG image
Dusk Fire color palette CSS
/* CSS */
.color-1 {
color: #d56b39;
}
.color-2 {
color: #e6994c;
}
.color-3 {
color: #f1c650;
}
.color-4 {
color: #e0a338;
}
.color-5 {
color: #9c2b2b;
}
/* CSS Variables */
:root {
--color-1: #d56b39;
--color-2: #e6994c;
--color-3: #f1c650;
--color-4: #e0a338;
--color-5: #9c2b2b;
}
Dusk Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56b39, #e6994c, #f1c650, #e0a338, #9c2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56b39, #e6994c, #f1c650, #e0a338, #9c2b2b);
}
Similar color palettes
Dusk Fire color palette created on .