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: #faa700;
}
.color-2 {
color: #f5c20a;
}
.color-3 {
color: #e3e1d4;
}
.color-4 {
color: #a8d6d5;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f5c20a;
--color-3: #e3e1d4;
--color-4: #a8d6d5;
--color-5: #609d9f;
}
Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f5c20a, #e3e1d4, #a8d6d5, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f5c20a, #e3e1d4, #a8d6d5, #609d9f);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sunlit Serenity color palette created on .