Sunset Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Serenity palette

Share this palette to:

Sunset Serenity color palette CSS

/* CSS */
.color-1 {
color: #e23c3c;
}
.color-2 {
color: #f27d5a;
}
.color-3 {
color: #fce8b0;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #4cae7b;
}

/* CSS Variables */
:root {
--color-1: #e23c3c;
--color-2: #f27d5a;
--color-3: #fce8b0;
--color-4: #a6d8d1;
--color-5: #4cae7b;
}

Sunset Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e23c3c, #f27d5a, #fce8b0, #a6d8d1, #4cae7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e23c3c, #f27d5a, #fce8b0, #a6d8d1, #4cae7b);
}

Sunset Serenity color palette created on .