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: #0081c7;
}
.color-2 {
color: #c3593c;
}
.color-3 {
color: #e7d7d0;
}
.color-4 {
color: #f9bf9f;
}
.color-5 {
color: #f2a76e;
}

/* CSS Variables */
:root {
--color-1: #0081c7;
--color-2: #c3593c;
--color-3: #e7d7d0;
--color-4: #f9bf9f;
--color-5: #f2a76e;
}

Sunset Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0081c7, #c3593c, #e7d7d0, #f9bf9f, #f2a76e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0081c7, #c3593c, #e7d7d0, #f9bf9f, #f2a76e);
}

Sunset Serenity color palette created on .