Fiery Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiery Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fiery Sunset Color Palette (PNG)
Fiery Sunset color palette CSS
/* CSS */
.color-1 {
color: #2e0000;
}
.color-2 {
color: #4b1907;
}
.color-3 {
color: #462d06;
}
.color-4 {
color: #4d4100;
}
.color-5 {
color: #4d1400;
}
/* CSS Variables */
:root {
--color-1: #2e0000;
--color-2: #4b1907;
--color-3: #462d06;
--color-4: #4d4100;
--color-5: #4d1400;
}
Fiery Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e0000, #4b1907, #462d06, #4d4100, #4d1400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e0000, #4b1907, #462d06, #4d4100, #4d1400);
}
Similar color palettes
Fiery Sunset color palette created on .