Sunset Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Red palette

Share this palette to:

Sunset Red color palette CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #fa8c1e;
}
.color-3 {
color: #f25c3a;
}
.color-4 {
color: #d12e39;
}
.color-5 {
color: #a51d2d;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #fa8c1e;
--color-3: #f25c3a;
--color-4: #d12e39;
--color-5: #a51d2d;
}

Sunset Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #fa8c1e, #f25c3a, #d12e39, #a51d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #fa8c1e, #f25c3a, #d12e39, #a51d2d);
}

Sunset Red color palette created on .