Paleta de colores Verdant Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Whisper palette
CSS de la paleta de colores Verdant Whisper
/* CSS */
.color-1 {
color: #475200;
}
.color-2 {
color: #7c8f00;
}
.color-3 {
color: #a2b800;
}
.color-4 {
color: #c0d100;
}
.color-5 {
color: #e0f000;
}
/* CSS Variables */
:root {
--color-1: #475200;
--color-2: #7c8f00;
--color-3: #a2b800;
--color-4: #c0d100;
--color-5: #e0f000;
}
CSS del degradado de fondo Verdant Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #475200, #7c8f00, #a2b800, #c0d100, #e0f000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #475200, #7c8f00, #a2b800, #c0d100, #e0f000);
}
Paletas de colores similares
Verdant Whisper color palette created on .