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: #f7f1ca;
}
.color-2 {
color: #f9e380;
}
.color-3 {
color: #d7bda8;
}
.color-4 {
color: #a8846b;
}
.color-5 {
color: #684836;
}
/* CSS Variables */
:root {
--color-1: #f7f1ca;
--color-2: #f9e380;
--color-3: #d7bda8;
--color-4: #a8846b;
--color-5: #684836;
}
Sunset Serenity Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f1ca, #f9e380, #d7bda8, #a8846b, #684836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f1ca, #f9e380, #d7bda8, #a8846b, #684836);
}
Similar color palettes
Sunset Serenity Palette color palette created on .