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: #d1152e;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffbe57;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #d1152e;
--color-2: #ff7142;
--color-3: #ffbe57;
--color-4: #ffd900;
--color-5: #f0a800;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1152e, #ff7142, #ffbe57, #ffd900, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1152e, #ff7142, #ffbe57, #ffd900, #f0a800);
}
Similar color palettes
Red Sunset color palette created on .