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: #a9c84c;
}
.color-2 {
color: #d2e76a;
}
.color-3 {
color: #f4f68e;
}
.color-4 {
color: #fce8a6;
}
.color-5 {
color: #ffda6b;
}

/* CSS Variables */
:root {
--color-1: #a9c84c;
--color-2: #d2e76a;
--color-3: #f4f68e;
--color-4: #fce8a6;
--color-5: #ffda6b;
}

Sunlit Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c84c, #d2e76a, #f4f68e, #fce8a6, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c84c, #d2e76a, #f4f68e, #fce8a6, #ffda6b);
}

Sunlit Meadow color palette created on .