Meadow Treats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Meadow Treats palette
Meadow Treats color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b7e1da;
}
.color-3 {
color: #f3f9d2;
}
.color-4 {
color: #f9d2a9;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b7e1da;
--color-3: #f3f9d2;
--color-4: #f9d2a9;
--color-5: #e9b79f;
}
Meadow Treats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b7e1da, #f3f9d2, #f9d2a9, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b7e1da, #f3f9d2, #f9d2a9, #e9b79f);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Meadow Treats color palette created on .