Shades of Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green palette
tavolozza dei colori Shades of Green CSS
/* CSS */
.color-1 {
color: #33c758;
}
.color-2 {
color: #29a847;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #a4d9a0;
}
.color-5 {
color: #d8eeda;
}
/* CSS Variables */
:root {
--color-1: #33c758;
--color-2: #29a847;
--color-3: #4cae4f;
--color-4: #a4d9a0;
--color-5: #d8eeda;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33c758, #29a847, #4cae4f, #a4d9a0, #d8eeda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33c758, #29a847, #4cae4f, #a4d9a0, #d8eeda);
}
Tavolozze di colori simili
Shades of Green color palette created on .