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: #65c8dc;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #d9b4b4;
}
.color-4 {
color: #e0a676;
}
.color-5 {
color: #d7996a;
}

/* CSS Variables */
:root {
--color-1: #65c8dc;
--color-2: #3b3b4e;
--color-3: #d9b4b4;
--color-4: #e0a676;
--color-5: #d7996a;
}

Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65c8dc, #3b3b4e, #d9b4b4, #e0a676, #d7996a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65c8dc, #3b3b4e, #d9b4b4, #e0a676, #d7996a);
}

Sunlit Serenity color palette created on .