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