Red Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Sunset palette
Red Sunset color palette CSS
/* CSS */
.color-1 {
color: #ed1d23;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #f4d67b;
}
.color-5 {
color: #a1d9cf;
}
/* CSS Variables */
:root {
--color-1: #ed1d23;
--color-2: #f05a28;
--color-3: #faa200;
--color-4: #f4d67b;
--color-5: #a1d9cf;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed1d23, #f05a28, #faa200, #f4d67b, #a1d9cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed1d23, #f05a28, #faa200, #f4d67b, #a1d9cf);
}
Similar color palettes
Red Sunset color palette created on .