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: #5a7e4e;
}
.color-2 {
color: #a3b65d;
}
.color-3 {
color: #d1d869;
}
.color-4 {
color: #e5d56c;
}
.color-5 {
color: #f6d2b6;
}
/* CSS Variables */
:root {
--color-1: #5a7e4e;
--color-2: #a3b65d;
--color-3: #d1d869;
--color-4: #e5d56c;
--color-5: #f6d2b6;
}
CSS del degradado de fondo Verdant Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7e4e, #a3b65d, #d1d869, #e5d56c, #f6d2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7e4e, #a3b65d, #d1d869, #e5d56c, #f6d2b6);
}
Paletas de colores similares
Verdant Whisper color palette created on .