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: #c7e2ff;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #6dc0b4;
}
.color-4 {
color: #3a8d6c;
}
.color-5 {
color: #1f5c4a;
}

/* CSS Variables */
:root {
--color-1: #c7e2ff;
--color-2: #a3d7e0;
--color-3: #6dc0b4;
--color-4: #3a8d6c;
--color-5: #1f5c4a;
}

CSS del degradado de fondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2ff, #a3d7e0, #6dc0b4, #3a8d6c, #1f5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2ff, #a3d7e0, #6dc0b4, #3a8d6c, #1f5c4a);
}

Whispers of the Forest color palette created on .