Soft Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Green palette

Condividi questa palette a:

tavolozza dei colori Soft Green CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #c5e7d8;
}
.color-4 {
color: #e1f4e5;
}
.color-5 {
color: #faf7eb;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b2e0b2;
--color-3: #c5e7d8;
--color-4: #e1f4e5;
--color-5: #faf7eb;
}

CSS con gradiente di sfondo Soft Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b2e0b2, #c5e7d8, #e1f4e5, #faf7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b2e0b2, #c5e7d8, #e1f4e5, #faf7eb);
}

Soft Green color palette created on .