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: #f5c400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9f6b;
}
.color-4 {
color: #ffcd8f;
}
.color-5 {
color: #ffedb3;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ff6d1f;
--color-3: #ff9f6b;
--color-4: #ffcd8f;
--color-5: #ffedb3;
}

Sunlit Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ff6d1f, #ff9f6b, #ffcd8f, #ffedb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ff6d1f, #ff9f6b, #ffcd8f, #ffedb3);
}

Sunlit Harmony color palette created on .