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: #b14e4e;
}
.color-2 {
color: #efa64d;
}
.color-3 {
color: #f6c76a;
}
.color-4 {
color: #e9d74e;
}
.color-5 {
color: #5e3b31;
}
/* CSS Variables */
:root {
--color-1: #b14e4e;
--color-2: #efa64d;
--color-3: #f6c76a;
--color-4: #e9d74e;
--color-5: #5e3b31;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b14e4e, #efa64d, #f6c76a, #e9d74e, #5e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b14e4e, #efa64d, #f6c76a, #e9d74e, #5e3b31);
}
Similar color palettes
Scroll down to explore 200+ Autumn color palettes
Red Sunset color palette created on .