Sunlit Garden Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Garden Harmony palette

Share this palette to:

Sunlit Garden Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffc05c;
}
.color-2 {
color: #b5d397;
}
.color-3 {
color: #88d7b0;
}
.color-4 {
color: #fe6f62;
}
.color-5 {
color: #5da29b;
}

/* CSS Variables */
:root {
--color-1: #ffc05c;
--color-2: #b5d397;
--color-3: #88d7b0;
--color-4: #fe6f62;
--color-5: #5da29b;
}

Sunlit Garden Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc05c, #b5d397, #88d7b0, #fe6f62, #5da29b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc05c, #b5d397, #88d7b0, #fe6f62, #5da29b);
}

Similar color palettes

Scroll down to explore 1 Golden yellow color palette

Sunlit Garden Harmony color palette created on .