Scarlett Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scarlett Sunset palette

Share this palette to:

Scarlett Sunset color palette CSS

/* CSS */
.color-1 {
color: #d72d28;
}
.color-2 {
color: #f04f33;
}
.color-3 {
color: #f3ae3f;
}
.color-4 {
color: #f9ca3e;
}
.color-5 {
color: #f0e5b7;
}

/* CSS Variables */
:root {
--color-1: #d72d28;
--color-2: #f04f33;
--color-3: #f3ae3f;
--color-4: #f9ca3e;
--color-5: #f0e5b7;
}

Scarlett Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d28, #f04f33, #f3ae3f, #f9ca3e, #f0e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d28, #f04f33, #f3ae3f, #f9ca3e, #f0e5b7);
}

Scarlett Sunset color palette created on .