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