Paleta de colores Vibrant Whimsy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Whimsy palette
CSS de la paleta de colores Vibrant Whimsy
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8f5c;
}
.color-3 {
color: #ffc9a3;
}
.color-4 {
color: #a4dab1;
}
.color-5 {
color: #3bceb8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8f5c;
--color-3: #ffc9a3;
--color-4: #a4dab1;
--color-5: #3bceb8;
}
CSS del degradado de fondo Vibrant Whimsy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8f5c, #ffc9a3, #a4dab1, #3bceb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8f5c, #ffc9a3, #a4dab1, #3bceb8);
}
Paletas de colores similares
Vibrant Whimsy color palette created on .