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: #a7d7b8;
}
.color-2 {
color: #72b1a0;
}
.color-3 {
color: #4cae87;
}
.color-4 {
color: #29896b;
}
.color-5 {
color: #1f6b54;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #72b1a0;
--color-3: #4cae87;
--color-4: #29896b;
--color-5: #1f6b54;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #72b1a0, #4cae87, #29896b, #1f6b54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #72b1a0, #4cae87, #29896b, #1f6b54);
}
Tavolozze di colori simili
Shades of Green color palette created on .