Soft Green Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Soft Green palette
tavolozza dei colori Soft Green CSS
/* CSS */
.color-1 {
color: #a3c69f;
}
.color-2 {
color: #d2e5d3;
}
.color-3 {
color: #e8f4e1;
}
.color-4 {
color: #afcfb7;
}
.color-5 {
color: #9fc1b8;
}
/* CSS Variables */
:root {
--color-1: #a3c69f;
--color-2: #d2e5d3;
--color-3: #e8f4e1;
--color-4: #afcfb7;
--color-5: #9fc1b8;
}
CSS con gradiente di sfondo Soft Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}
Tavolozze di colori simili
Soft Green color palette created on .