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