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: #ebc1c4;
}
.color-2 {
color: #74a168;
}
.color-3 {
color: #496f4e;
}
.color-4 {
color: #34463b;
}
.color-5 {
color: #174a26;
}

/* CSS Variables */
:root {
--color-1: #ebc1c4;
--color-2: #74a168;
--color-3: #496f4e;
--color-4: #34463b;
--color-5: #174a26;
}

CSS del degradado de fondo Whispers of the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc1c4, #74a168, #496f4e, #34463b, #174a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc1c4, #74a168, #496f4e, #34463b, #174a26);
}

Whispers of the Forest color palette created on .