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