Sunlit Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Harmony palette
Sunlit Harmony color palette CSS
/* CSS */
.color-1 {
color: #f4b943;
}
.color-2 {
color: #f9d64e;
}
.color-3 {
color: #fcd87e;
}
.color-4 {
color: #ffeb85;
}
.color-5 {
color: #ffec99;
}
/* CSS Variables */
:root {
--color-1: #f4b943;
--color-2: #f9d64e;
--color-3: #fcd87e;
--color-4: #ffeb85;
--color-5: #ffec99;
}
Sunlit Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b943, #f9d64e, #fcd87e, #ffeb85, #ffec99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b943, #f9d64e, #fcd87e, #ffeb85, #ffec99);
}
Similar color palettes
Sunlit Harmony color palette created on .