Sunlit Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Meadow palette

Share this palette to:

Sunlit Meadow color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f3e78c;
}
.color-5 {
color: #e6f0a3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c94b;
--color-3: #f9d66c;
--color-4: #f3e78c;
--color-5: #e6f0a3;
}

Sunlit Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c94b, #f9d66c, #f3e78c, #e6f0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c94b, #f9d66c, #f3e78c, #e6f0a3);
}

Sunlit Meadow color palette created on .