Shades of Green and Lilac Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Lilac palette
tavolozza dei colori Shades of Green and Lilac 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;
}
CSS con gradiente di sfondo Shades of Green and Lilac
/* 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);
}
Tavolozze di colori simili
Shades of Green and Lilac color palette created on .