Scarlet Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scarlet Sunset palette

Share this palette to:

Scarlet Sunset color palette CSS

/* CSS */
.color-1 {
color: #c77b4d;
}
.color-2 {
color: #e8a92c;
}
.color-3 {
color: #d54c34;
}
.color-4 {
color: #a85e4d;
}
.color-5 {
color: #f1b4b1;
}

/* CSS Variables */
:root {
--color-1: #c77b4d;
--color-2: #e8a92c;
--color-3: #d54c34;
--color-4: #a85e4d;
--color-5: #f1b4b1;
}

Scarlet Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c77b4d, #e8a92c, #d54c34, #a85e4d, #f1b4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c77b4d, #e8a92c, #d54c34, #a85e4d, #f1b4b1);
}

Scarlet Sunset color palette created on .