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