Paleta de colores Whispers of the Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
Imagen PNG de la paleta de colores Whispers of the Forest
CSS de la paleta de colores Whispers of the Forest
/* CSS */
.color-1 {
color: #b4c8b1;
}
.color-2 {
color: #a8b79e;
}
.color-3 {
color: #8c9d7b;
}
.color-4 {
color: #795a3e;
}
.color-5 {
color: #503c2b;
}
/* CSS Variables */
:root {
--color-1: #b4c8b1;
--color-2: #a8b79e;
--color-3: #8c9d7b;
--color-4: #795a3e;
--color-5: #503c2b;
}
CSS del degradado de fondo Whispers of the Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Whispers of the Forest color palette created on .