Paleta de colores Whispers of Verdant Calm
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Verdant Calm palette
CSS de la paleta de colores Whispers of Verdant Calm
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f1ef;
}
.color-3 {
color: #c6dfb3;
}
.color-4 {
color: #84b677;
}
.color-5 {
color: #12871b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f1ef;
--color-3: #c6dfb3;
--color-4: #84b677;
--color-5: #12871b;
}
CSS del degradado de fondo Whispers of Verdant Calm
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f1ef, #c6dfb3, #84b677, #12871b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f1ef, #c6dfb3, #84b677, #12871b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 4 paletas de colores Blanco
Whispers of Verdant Calm color palette created on .