Sunset Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenity palette
Sunset Serenity color palette CSS
/* CSS */
.color-1 {
color: #fef1cd;
}
.color-2 {
color: #fef6dc;
}
.color-3 {
color: #f3f7d9;
}
.color-4 {
color: #e9f7eb;
}
.color-5 {
color: #e9e8f2;
}
/* CSS Variables */
:root {
--color-1: #fef1cd;
--color-2: #fef6dc;
--color-3: #f3f7d9;
--color-4: #e9f7eb;
--color-5: #e9e8f2;
}
Sunset Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef1cd, #fef6dc, #f3f7d9, #e9f7eb, #e9e8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef1cd, #fef6dc, #f3f7d9, #e9f7eb, #e9e8f2);
}
Similar color palettes
Scroll down to explore 200+ Cream color palettes
Sunset Serenity color palette created on .