Paleta de colores Enchanted Forest Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Enchanted Forest Whisper palette
CSS de la paleta de colores Enchanted Forest Whisper
/* CSS */
.color-1 {
color: #70db8f;
}
.color-2 {
color: #4fba6f;
}
.color-3 {
color: #3a9c59;
}
.color-4 {
color: #2f7f48;
}
.color-5 {
color: #1f6140;
}
/* CSS Variables */
:root {
--color-1: #70db8f;
--color-2: #4fba6f;
--color-3: #3a9c59;
--color-4: #2f7f48;
--color-5: #1f6140;
}
CSS del degradado de fondo Enchanted Forest Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70db8f, #4fba6f, #3a9c59, #2f7f48, #1f6140);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70db8f, #4fba6f, #3a9c59, #2f7f48, #1f6140);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Verde
Enchanted Forest Whisper color palette created on .