Rustic Meadow Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Meadow Dream palette
Rustic Meadow Dream color palette CSS
/* CSS */
.color-1 {
color: #4a8d2a;
}
.color-2 {
color: #a8d97d;
}
.color-3 {
color: #f1e8b1;
}
.color-4 {
color: #e4c75e;
}
.color-5 {
color: #b35b29;
}
/* CSS Variables */
:root {
--color-1: #4a8d2a;
--color-2: #a8d97d;
--color-3: #f1e8b1;
--color-4: #e4c75e;
--color-5: #b35b29;
}
Rustic Meadow Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8d2a, #a8d97d, #f1e8b1, #e4c75e, #b35b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8d2a, #a8d97d, #f1e8b1, #e4c75e, #b35b29);
}
Similar color palettes
Scroll down to explore 90 Green color palettes
Rustic Meadow Dream color palette created on .