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