Mossy Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mossy Meadow palette
Mossy Meadow color palette CSS
/* CSS */
.color-1 {
color: #3c3b34;
}
.color-2 {
color: #5d5c51;
}
.color-3 {
color: #7c7b6e;
}
.color-4 {
color: #a09f54;
}
.color-5 {
color: #c1bf57;
}
/* CSS Variables */
:root {
--color-1: #3c3b34;
--color-2: #5d5c51;
--color-3: #7c7b6e;
--color-4: #a09f54;
--color-5: #c1bf57;
}
Mossy Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b34, #5d5c51, #7c7b6e, #a09f54, #c1bf57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b34, #5d5c51, #7c7b6e, #a09f54, #c1bf57);
}
Similar color palettes
Mossy Meadow color palette created on .