Sunset Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenity palette
Sunset Serenity color palette PNG image
Sunset Serenity color palette CSS
/* CSS */
.color-1 {
color: #fefaf6;
}
.color-2 {
color: #fef6f1;
}
.color-3 {
color: #fdf0e3;
}
.color-4 {
color: #fbe1d0;
}
.color-5 {
color: #f9d5c8;
}
/* CSS Variables */
:root {
--color-1: #fefaf6;
--color-2: #fef6f1;
--color-3: #fdf0e3;
--color-4: #fbe1d0;
--color-5: #f9d5c8;
}
Sunset Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefaf6, #fef6f1, #fdf0e3, #fbe1d0, #f9d5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefaf6, #fef6f1, #fdf0e3, #fbe1d0, #f9d5c8);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Sunset Serenity color palette created on .