Paleta de colores Forest Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Forest Whisper palette
Image Gallery
CSS de la paleta de colores Forest Whisper
/* CSS */
.color-1 {
color: #8a9263;
}
.color-2 {
color: #080503;
}
.color-3 {
color: #3d3d1f;
}
.color-4 {
color: #886e35;
}
.color-5 {
color: #c9d6ae;
}
/* CSS Variables */
:root {
--color-1: #8a9263;
--color-2: #080503;
--color-3: #3d3d1f;
--color-4: #886e35;
--color-5: #c9d6ae;
}
CSS del degradado de fondo Forest Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a9263, #080503, #3d3d1f, #886e35, #c9d6ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a9263, #080503, #3d3d1f, #886e35, #c9d6ae);
}
Paletas de colores similares
Forest Whisper color palette created on .