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: #a76e58;
}
.color-2 {
color: #d8b89d;
}
.color-3 {
color: #f6d6b1;
}
.color-4 {
color: #f9c56c;
}
.color-5 {
color: #e7a96e;
}

/* CSS Variables */
:root {
--color-1: #a76e58;
--color-2: #d8b89d;
--color-3: #f6d6b1;
--color-4: #f9c56c;
--color-5: #e7a96e;
}

Sunset Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76e58, #d8b89d, #f6d6b1, #f9c56c, #e7a96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76e58, #d8b89d, #f6d6b1, #f9c56c, #e7a96e);
}

Sunset Serenity color palette created on .