Paleta de colores Whispers of the Woods

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Woods palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Woods

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f0f8e2;
}
.color-3 {
color: #b3dfd7;
}
.color-4 {
color: #e8f1f2;
}
.color-5 {
color: #d0e6df;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f0f8e2;
--color-3: #b3dfd7;
--color-4: #e8f1f2;
--color-5: #d0e6df;
}

CSS del degradado de fondo Whispers of the Woods

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f0f8e2, #b3dfd7, #e8f1f2, #d0e6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f0f8e2, #b3dfd7, #e8f1f2, #d0e6df);
}

Whispers of the Woods color palette created on .