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: #5ac478;
}
.color-2 {
color: #8cd9a2;
}
.color-3 {
color: #b2e0b6;
}
.color-4 {
color: #eaf7de;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #5ac478;
--color-2: #8cd9a2;
--color-3: #b2e0b6;
--color-4: #eaf7de;
--color-5: #f2f2f2;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ac478, #8cd9a2, #b2e0b6, #eaf7de, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ac478, #8cd9a2, #b2e0b6, #eaf7de, #f2f2f2);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Brillante
Shades of Green color palette created on .