Sunlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunlit Serenity Color Palette (PNG)
Sunlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #ffdab3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe3b3;
--color-3: #ffdab3;
--color-4: #ffb84d;
--color-5: #fff5e0;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe3b3, #ffdab3, #ffb84d, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe3b3, #ffdab3, #ffb84d, #fff5e0);
}
Similar color palettes
Sunlit Serenity color palette created on .