Paleta de colores Whispers of the Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
CSS de la paleta de colores Whispers of the Forest
/* CSS */
.color-1 {
color: #c5c5aa;
}
.color-2 {
color: #8c927c;
}
.color-3 {
color: #646d5a;
}
.color-4 {
color: #46523d;
}
.color-5 {
color: #233825;
}
/* CSS Variables */
:root {
--color-1: #c5c5aa;
--color-2: #8c927c;
--color-3: #646d5a;
--color-4: #46523d;
--color-5: #233825;
}
CSS del degradado de fondo Whispers of the Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c5aa, #8c927c, #646d5a, #46523d, #233825);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c5aa, #8c927c, #646d5a, #46523d, #233825);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Olive green
Whispers of the Forest color palette created on .