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: #d2e4b9;
}
.color-2 {
color: #b3d7a2;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #8ecd91;
}
.color-5 {
color: #71cc7b;
}
/* CSS Variables */
:root {
--color-1: #d2e4b9;
--color-2: #b3d7a2;
--color-3: #9fc6a3;
--color-4: #8ecd91;
--color-5: #71cc7b;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e4b9, #b3d7a2, #9fc6a3, #8ecd91, #71cc7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e4b9, #b3d7a2, #9fc6a3, #8ecd91, #71cc7b);
}
Tavolozze di colori simili
Shades of Green color palette created on .