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