Sunlit Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

Share this palette to:

Sunlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5e05c;
}
.color-3 {
color: #82d1d4;
}
.color-4 {
color: #4cb7e1;
}
.color-5 {
color: #406c9c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5e05c;
--color-3: #82d1d4;
--color-4: #4cb7e1;
--color-5: #406c9c;
}

Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5e05c, #82d1d4, #4cb7e1, #406c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5e05c, #82d1d4, #4cb7e1, #406c9c);
}

Sunlit Serenity color palette created on .