Sunset Serenity Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenity Palette palette
Sunset Serenity Palette color palette CSS
/* CSS */
.color-1 {
color: #dce0dc;
}
.color-2 {
color: #eccc69;
}
.color-3 {
color: #d1855c;
}
.color-4 {
color: #79a09e;
}
.color-5 {
color: #c8373e;
}
/* CSS Variables */
:root {
--color-1: #dce0dc;
--color-2: #eccc69;
--color-3: #d1855c;
--color-4: #79a09e;
--color-5: #c8373e;
}
Sunset Serenity Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dce0dc, #eccc69, #d1855c, #79a09e, #c8373e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dce0dc, #eccc69, #d1855c, #79a09e, #c8373e);
}
Similar color palettes
Scroll down to explore 2 Soft gray color palettes
Sunset Serenity Palette color palette created on .