Shades of Green and Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Lavender palette
Shades of Green and Lavender color palette CSS
/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d6c1e6;
}
.color-3 {
color: #f6e8d5;
}
.color-4 {
color: #ffb8ba;
}
.color-5 {
color: #ff667d;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d6c1e6;
--color-3: #f6e8d5;
--color-4: #ffb8ba;
--color-5: #ff667d;
}
Shades of Green and Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d6c1e6, #f6e8d5, #ffb8ba, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d6c1e6, #f6e8d5, #ffb8ba, #ff667d);
}
Similar color palettes
Shades of Green and Lavender color palette created on .