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