Paleta de colores Forest Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Forest Whisper palette
CSS de la paleta de colores Forest Whisper
/* CSS */
.color-1 {
color: #334d19;
}
.color-2 {
color: #415c28;
}
.color-3 {
color: #526d37;
}
.color-4 {
color: #5f7944;
}
.color-5 {
color: #718b55;
}
/* CSS Variables */
:root {
--color-1: #334d19;
--color-2: #415c28;
--color-3: #526d37;
--color-4: #5f7944;
--color-5: #718b55;
}
CSS del degradado de fondo Forest Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #334d19, #415c28, #526d37, #5f7944, #718b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #334d19, #415c28, #526d37, #5f7944, #718b55);
}
Paletas de colores similares
Forest Whisper color palette created on .