Paleta de colores Whispers of the Verdant Grove
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Verdant Grove palette
CSS de la paleta de colores Whispers of the Verdant Grove
/* CSS */
.color-1 {
color: #4b7c5e;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #85e0b3;
}
.color-4 {
color: #a1e8d5;
}
.color-5 {
color: #c2f5f1;
}
/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #6fbe8f;
--color-3: #85e0b3;
--color-4: #a1e8d5;
--color-5: #c2f5f1;
}
CSS del degradado de fondo Whispers of the Verdant Grove
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}
Paletas de colores similares
Whispers of the Verdant Grove color palette created on .