Wizard's Hat Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wizard's Hat palette

Condividi questa palette a:

Scarica la tavolozza dei colori Wizard's Hat (PNG)

Download wizard's hat color palette PNG image (landscape)
Download wizard's hat color palette PNG image (square)

tavolozza dei colori Wizard's Hat CSS

/* 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 con gradiente di sfondo 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 .