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: #b4d9c8;
}
.color-2 {
color: #799a8e;
}
.color-3 {
color: #4c6b5a;
}
.color-4 {
color: #2f4641;
}
.color-5 {
color: #1c302d;
}

/* CSS Variables */
:root {
--color-1: #b4d9c8;
--color-2: #799a8e;
--color-3: #4c6b5a;
--color-4: #2f4641;
--color-5: #1c302d;
}

CSS del degradado de fondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}

Whispers of the Forest color palette created on .