Sunlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
Sunlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f9a4c3;
}
.color-5 {
color: #f9c3d7;
}
/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9d66c;
--color-3: #f9e79f;
--color-4: #f9a4c3;
--color-5: #f9c3d7;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9d66c, #f9e79f, #f9a4c3, #f9c3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9d66c, #f9e79f, #f9a4c3, #f9c3d7);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sunlit Serenity color palette created on .