Paleta de colores Whispers of the Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Forest

/* CSS */
.color-1 {
color: #9fc6b8;
}
.color-2 {
color: #a6d9c4;
}
.color-3 {
color: #dff1f1;
}
.color-4 {
color: #f8e8a0;
}
.color-5 {
color: #f6a4a2;
}

/* CSS Variables */
:root {
--color-1: #9fc6b8;
--color-2: #a6d9c4;
--color-3: #dff1f1;
--color-4: #f8e8a0;
--color-5: #f6a4a2;
}

CSS del degradado de fondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b8, #a6d9c4, #dff1f1, #f8e8a0, #f6a4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b8, #a6d9c4, #dff1f1, #f8e8a0, #f6a4a2);
}

Whispers of the Forest color palette created on .