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: #e0b000;
}
.color-2 {
color: #f0c03d;
}
.color-3 {
color: #f3d77c;
}
.color-4 {
color: #f3e5a0;
}
.color-5 {
color: #bae6b7;
}

/* CSS Variables */
:root {
--color-1: #e0b000;
--color-2: #f0c03d;
--color-3: #f3d77c;
--color-4: #f3e5a0;
--color-5: #bae6b7;
}

Sunlit Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b000, #f0c03d, #f3d77c, #f3e5a0, #bae6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b000, #f0c03d, #f3d77c, #f3e5a0, #bae6b7);
}

Sunlit Meadow color palette created on .