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: #f6bb3c;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #bae6b2;
}
.color-5 {
color: #6db5e8;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f1c84b;
--color-3: #f0e78e;
--color-4: #bae6b2;
--color-5: #6db5e8;
}

Sunlit Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f1c84b, #f0e78e, #bae6b2, #6db5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f1c84b, #f0e78e, #bae6b2, #6db5e8);
}

Sunlit Harmony color palette created on .