Whispers of Greenery Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Greenery palette

Condividi questa palette a:

tavolozza dei colori Whispers of Greenery CSS

/* CSS */
.color-1 {
color: #a8b79a;
}
.color-2 {
color: #b8c69f;
}
.color-3 {
color: #d4e1b7;
}
.color-4 {
color: #e5f9d2;
}
.color-5 {
color: #f9f4e1;
}

/* CSS Variables */
:root {
--color-1: #a8b79a;
--color-2: #b8c69f;
--color-3: #d4e1b7;
--color-4: #e5f9d2;
--color-5: #f9f4e1;
}

CSS con gradiente di sfondo Whispers of Greenery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b79a, #b8c69f, #d4e1b7, #e5f9d2, #f9f4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b79a, #b8c69f, #d4e1b7, #e5f9d2, #f9f4e1);
}

Whispers of Greenery color palette created on .