Paleta de colores Whispers of the Woodland
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Woodland palette
CSS de la paleta de colores Whispers of the Woodland
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #9fc1a7;
}
.color-3 {
color: #4e6b4c;
}
.color-4 {
color: #e4e9b9;
}
.color-5 {
color: #bcae5c;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #9fc1a7;
--color-3: #4e6b4c;
--color-4: #e4e9b9;
--color-5: #bcae5c;
}
CSS del degradado de fondo Whispers of the Woodland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #9fc1a7, #4e6b4c, #e4e9b9, #bcae5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #9fc1a7, #4e6b4c, #e4e9b9, #bcae5c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Verde
Whispers of the Woodland color palette created on .