Serenity Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity Sunset palette

Share this palette to:

Serenity Sunset color palette CSS

/* CSS */
.color-1 {
color: #5d7b8e;
}
.color-2 {
color: #a1d9d4;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f1c5a2;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #5d7b8e;
--color-2: #a1d9d4;
--color-3: #f4b69f;
--color-4: #f1c5a2;
--color-5: #e13e33;
}

Serenity Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7b8e, #a1d9d4, #f4b69f, #f1c5a2, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7b8e, #a1d9d4, #f4b69f, #f1c5a2, #e13e33);
}

Serenity Sunset color palette created on .