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