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: #f8c572;
}
.color-3 {
color: #f6d2a2;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f8c572;
--color-3: #f6d2a2;
--color-4: #f9e79f;
--color-5: #f4cf3e;
}

Sunlit Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f8c572, #f6d2a2, #f9e79f, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f8c572, #f6d2a2, #f9e79f, #f4cf3e);
}

Sunlit Harmony color palette created on .