Whispers of the Woods Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Woods palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Woods CSS

/* CSS */
.color-1 {
color: #4d804d;
}
.color-2 {
color: #70a95b;
}
.color-3 {
color: #a5c8a2;
}
.color-4 {
color: #d9ebd1;
}
.color-5 {
color: #f0f8e8;
}

/* CSS Variables */
:root {
--color-1: #4d804d;
--color-2: #70a95b;
--color-3: #a5c8a2;
--color-4: #d9ebd1;
--color-5: #f0f8e8;
}

CSS con gradiente di sfondo Whispers of the Woods

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d804d, #70a95b, #a5c8a2, #d9ebd1, #f0f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d804d, #70a95b, #a5c8a2, #d9ebd1, #f0f8e8);
}

Whispers of the Woods color palette created on .