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