Whispers of the Woodland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Woodland CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #7dbf69;
}
.color-3 {
color: #a9d9a1;
}
.color-4 {
color: #e5f8d3;
}
.color-5 {
color: #f0f9e7;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #7dbf69;
--color-3: #a9d9a1;
--color-4: #e5f8d3;
--color-5: #f0f9e7;
}

CSS con gradiente di sfondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}

Whispers of the Woodland color palette created on .