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