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: #f6bb3c;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #d6e6e2;
}
.color-4 {
color: #a1c1d4;
}
.color-5 {
color: #4a8da5;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f7c6a1;
--color-3: #d6e6e2;
--color-4: #a1c1d4;
--color-5: #4a8da5;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f7c6a1, #d6e6e2, #a1c1d4, #4a8da5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f7c6a1, #d6e6e2, #a1c1d4, #4a8da5);
}
Similar color palettes
Sunlit Serenity color palette created on .