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: #a21622;
}
.color-2 {
color: #cf3a3a;
}
.color-3 {
color: #fbb06a;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #efe4d2;
}

/* CSS Variables */
:root {
--color-1: #a21622;
--color-2: #cf3a3a;
--color-3: #fbb06a;
--color-4: #f7c5a6;
--color-5: #efe4d2;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a21622, #cf3a3a, #fbb06a, #f7c5a6, #efe4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a21622, #cf3a3a, #fbb06a, #f7c5a6, #efe4d2);
}

Red Sunset color palette created on .