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: #f0a800;
}
.color-2 {
color: #f7c42b;
}
.color-3 {
color: #f9e87b;
}
.color-4 {
color: #8fd6d3;
}
.color-5 {
color: #408e9c;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7c42b;
--color-3: #f9e87b;
--color-4: #8fd6d3;
--color-5: #408e9c;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7c42b, #f9e87b, #8fd6d3, #408e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7c42b, #f9e87b, #8fd6d3, #408e9c);
}
Similar color palettes
Sunlit Serenity color palette created on .