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