Wizard's Hat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wizard's Hat palette

このパレットを共有する先:

Wizard's Hat カラーパレット (PNG) をダウンロード

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

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;
}

Wizard's Hat の背景のグラデーション 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);
}

Wizard's Hat color palette created on .