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: #7fd959;
}
.color-2 {
color: #5ecf5e;
}
.color-3 {
color: #4baa6e;
}
.color-4 {
color: #39897d;
}
.color-5 {
color: #2b6f91;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #5ecf5e;
--color-3: #4baa6e;
--color-4: #39897d;
--color-5: #2b6f91;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #5ecf5e, #4baa6e, #39897d, #2b6f91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #5ecf5e, #4baa6e, #39897d, #2b6f91);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 700+ tavolozzas di colori Estetico
Shades of Green color palette created on .