Paleta de colores Whispers of Verdant Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Verdant Dawn palette
CSS de la paleta de colores Whispers of Verdant Dawn
/* CSS */
.color-1 {
color: #fdf7f2;
}
.color-2 {
color: #f1d4cb;
}
.color-3 {
color: #c0cc94;
}
.color-4 {
color: #96a861;
}
.color-5 {
color: #6aa491;
}
/* CSS Variables */
:root {
--color-1: #fdf7f2;
--color-2: #f1d4cb;
--color-3: #c0cc94;
--color-4: #96a861;
--color-5: #6aa491;
}
CSS del degradado de fondo Whispers of Verdant Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7f2, #f1d4cb, #c0cc94, #96a861, #6aa491);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7f2, #f1d4cb, #c0cc94, #96a861, #6aa491);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft peach
Whispers of Verdant Dawn color palette created on .