Sunlit Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Harmony palette

Share this palette to:

Sunlit Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9e59f;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #d6a229;
}
.color-5 {
color: #e3b24a;
}

/* CSS Variables */
:root {
--color-1: #f9e59f;
--color-2: #f5d870;
--color-3: #f1b341;
--color-4: #d6a229;
--color-5: #e3b24a;
}

Sunlit Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e59f, #f5d870, #f1b341, #d6a229, #e3b24a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e59f, #f5d870, #f1b341, #d6a229, #e3b24a);
}

Sunlit Harmony color palette created on .