Paleta de colores Wizard's Hat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wizard's Hat palette

Compartir esta paleta en:

CSS de la paleta de colores Wizard's Hat

/* CSS */
.color-1 {
color: #6045e8;
}
.color-2 {
color: #956cef;
}
.color-3 {
color: #ac93f1;
}
.color-4 {
color: #ead36c;
}
.color-5 {
color: #bc527e;
}

/* CSS Variables */
:root {
--color-1: #6045e8;
--color-2: #956cef;
--color-3: #ac93f1;
--color-4: #ead36c;
--color-5: #bc527e;
}

CSS del degradado de fondo Wizard's Hat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6045e8, #956cef, #ac93f1, #ead36c, #bc527e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6045e8, #956cef, #ac93f1, #ead36c, #bc527e);
}

Wizard's Hat color palette created on .