Wizard's Hat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wizard's Hat palette
Download Wizard's Hat Color Palette (PNG)
Wizard's Hat color palette 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;
}
Wizard's Hat background gradient CSS
/* 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);
}
Similar color palettes
Wizard's Hat color palette created on .