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