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