Moonlit Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlit Meadow palette
Moonlit Meadow color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e7a34b;
}
.color-3 {
color: #d68f5c;
}
.color-4 {
color: #c4738f;
}
.color-5 {
color: #9c6d9b;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e7a34b;
--color-3: #d68f5c;
--color-4: #c4738f;
--color-5: #9c6d9b;
}
Moonlit Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e7a34b, #d68f5c, #c4738f, #9c6d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e7a34b, #d68f5c, #c4738f, #9c6d9b);
}
Similar color palettes
Scroll down to explore 90+ Bright color palettes
Moonlit Meadow color palette created on .