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: #d03e3e;
}
.color-2 {
color: #e77b6f;
}
.color-3 {
color: #f1b96a;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #d03e3e;
--color-2: #e77b6f;
--color-3: #f1b96a;
--color-4: #f6d58e;
--color-5: #f5a300;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d03e3e, #e77b6f, #f1b96a, #f6d58e, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d03e3e, #e77b6f, #f1b96a, #f6d58e, #f5a300);
}
Similar color palettes
Scroll down to explore 300+ Red color palettes
Red Sunset color palette created on .