Mossy Meadow Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mossy Meadow Dream palette
Mossy Meadow Dream color palette CSS
/* CSS */
.color-1 {
color: #909b6f;
}
.color-2 {
color: #a4b48d;
}
.color-3 {
color: #c2d69f;
}
.color-4 {
color: #e3e7b6;
}
.color-5 {
color: #f9f5c3;
}
/* CSS Variables */
:root {
--color-1: #909b6f;
--color-2: #a4b48d;
--color-3: #c2d69f;
--color-4: #e3e7b6;
--color-5: #f9f5c3;
}
Mossy Meadow Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #909b6f, #a4b48d, #c2d69f, #e3e7b6, #f9f5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #909b6f, #a4b48d, #c2d69f, #e3e7b6, #f9f5c3);
}
Similar color palettes
Mossy Meadow Dream color palette created on .