Paleta de colores Whispers of Verdant Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Verdant Dreams palette
Image Gallery

CSS de la paleta de colores Whispers of Verdant Dreams
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #cadfb9;
}
.color-3 {
color: #90d477;
}
.color-4 {
color: #779279;
}
.color-5 {
color: #1da81a;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #cadfb9;
--color-3: #90d477;
--color-4: #779279;
--color-5: #1da81a;
}
CSS del degradado de fondo Whispers of Verdant Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #cadfb9, #90d477, #779279, #1da81a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #cadfb9, #90d477, #779279, #1da81a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft white
Whispers of Verdant Dreams color palette created on .