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: #7ef500;
}
.color-2 {
color: #d10018;
}
.color-3 {
color: #ffeb14;
}
.color-4 {
color: #9214ff;
}
.color-5 {
color: #c800f0;
}

/* CSS Variables */
:root {
--color-1: #7ef500;
--color-2: #d10018;
--color-3: #ffeb14;
--color-4: #9214ff;
--color-5: #c800f0;
}

Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ef500, #d10018, #ffeb14, #9214ff, #c800f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ef500, #d10018, #ffeb14, #9214ff, #c800f0);
}

Sunlit Serenity color palette created on .