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