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