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