Paleta de colores Wonderland Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wonderland Whimsy palette

Compartir esta paleta en:

CSS de la paleta de colores Wonderland Whimsy

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #fab700;
--color-3: #ff6e61;
--color-4: #690571;
--color-5: #f2f2f2;
}

CSS del degradado de fondo Wonderland Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #fab700, #ff6e61, #690571, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #fab700, #ff6e61, #690571, #f2f2f2);
}

Wonderland Whimsy color palette created on .