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: #3a5c33;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #9c9c9c;
}
.color-4 {
color: #5c5e50;
}
.color-5 {
color: #f1f0f5;
}

/* CSS Variables */
:root {
--color-1: #3a5c33;
--color-2: #a77ccb;
--color-3: #9c9c9c;
--color-4: #5c5e50;
--color-5: #f1f0f5;
}

CSS del degradado de fondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c33, #a77ccb, #9c9c9c, #5c5e50, #f1f0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c33, #a77ccb, #9c9c9c, #5c5e50, #f1f0f5);
}

Paletas de colores similares

Whispers of the Woodland color palette created on .