Paleta de colores Whispers of Verdant Stone
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Verdant Stone palette
CSS de la paleta de colores Whispers of Verdant Stone
/* CSS */
.color-1 {
color: #b7b8b7;
}
.color-2 {
color: #98999a;
}
.color-3 {
color: #898880;
}
.color-4 {
color: #7b776b;
}
.color-5 {
color: #656358;
}
/* CSS Variables */
:root {
--color-1: #b7b8b7;
--color-2: #98999a;
--color-3: #898880;
--color-4: #7b776b;
--color-5: #656358;
}
CSS del degradado de fondo Whispers of Verdant Stone
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b8b7, #98999a, #898880, #7b776b, #656358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b8b7, #98999a, #898880, #7b776b, #656358);
}
Paletas de colores similares
Whispers of Verdant Stone color palette created on .