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: #5bae3d;
}
.color-2 {
color: #7dbc4e;
}
.color-3 {
color: #9fc65d;
}
.color-4 {
color: #d5e869;
}
.color-5 {
color: #f2f68e;
}
/* CSS Variables */
:root {
--color-1: #5bae3d;
--color-2: #7dbc4e;
--color-3: #9fc65d;
--color-4: #d5e869;
--color-5: #f2f68e;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bae3d, #7dbc4e, #9fc65d, #d5e869, #f2f68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bae3d, #7dbc4e, #9fc65d, #d5e869, #f2f68e);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 500+ tavolozzas di colori Verde
Shades of Green color palette created on .