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