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: #66b3d6;
}
.color-2 {
color: #8ac7a5;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #66b3d6;
--color-2: #8ac7a5;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #ff3c00;
}

Sunset Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b3d6, #8ac7a5, #f0a800, #ff6e61, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b3d6, #8ac7a5, #f0a800, #ff6e61, #ff3c00);
}

Sunset Serenity color palette created on .