Paleta de colores Wozzy Wonderland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wozzy Wonderland palette

Compartir esta paleta en:

CSS de la paleta de colores Wozzy Wonderland

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #6e9cc4;
}
.color-5 {
color: #e8b73b;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f6a4a2;
--color-3: #f4d35d;
--color-4: #6e9cc4;
--color-5: #e8b73b;
}

CSS del degradado de fondo Wozzy Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f6a4a2, #f4d35d, #6e9cc4, #e8b73b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f6a4a2, #f4d35d, #6e9cc4, #e8b73b);
}

Wozzy Wonderland color palette created on .