Red Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sunset palette

Share this palette to:

Red Sunset color palette CSS

/* CSS */
.color-1 {
color: #d52a2a;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f8b43f;
}
.color-4 {
color: #f2e76e;
}
.color-5 {
color: #d8c72c;
}

/* CSS Variables */
:root {
--color-1: #d52a2a;
--color-2: #f05a28;
--color-3: #f8b43f;
--color-4: #f2e76e;
--color-5: #d8c72c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d52a2a, #f05a28, #f8b43f, #f2e76e, #d8c72c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d52a2a, #f05a28, #f8b43f, #f2e76e, #d8c72c);
}

Red Sunset color palette created on .