Paleta de colores Whispers of the Woodland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Woodland

/* CSS */
.color-1 {
color: #4b2c20;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #a6764e;
}
.color-4 {
color: #d9b23a;
}
.color-5 {
color: #f2e2a1;
}

/* CSS Variables */
:root {
--color-1: #4b2c20;
--color-2: #794a39;
--color-3: #a6764e;
--color-4: #d9b23a;
--color-5: #f2e2a1;
}

CSS del degradado de fondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c20, #794a39, #a6764e, #d9b23a, #f2e2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c20, #794a39, #a6764e, #d9b23a, #f2e2a1);
}

Whispers of the Woodland color palette created on .