Nourishing Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nourishing Green palette

Condividi questa palette a:

tavolozza dei colori Nourishing Green CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #efaf67;
}
.color-4 {
color: #d4c687;
}
.color-5 {
color: #a3c8b6;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #efaf67;
--color-4: #d4c687;
--color-5: #a3c8b6;
}

CSS con gradiente di sfondo Nourishing Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #efaf67, #d4c687, #a3c8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #efaf67, #d4c687, #a3c8b6);
}

Nourishing Green color palette created on .