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