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 PNG image

Download sunlit serenity color palette PNG image (landscape)
Download sunlit serenity color palette PNG image (square)

Sunlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #f8d64f;
}
.color-2 {
color: #a3d44e;
}
.color-3 {
color: #6eaf89;
}
.color-4 {
color: #4b8eaf;
}
.color-5 {
color: #3e4b5b;
}

/* CSS Variables */
:root {
--color-1: #f8d64f;
--color-2: #a3d44e;
--color-3: #6eaf89;
--color-4: #4b8eaf;
--color-5: #3e4b5b;
}

Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
}

Sunlit Serenity color palette created on .