Different Witch カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Different Witch palette

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

Different Witch カラー パレット PNG 画像

Download different witch color palette PNG image (landscape)
Download different witch color palette PNG image (square)

Different Witch カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b93c5f;
}
.color-3 {
color: #f06c00;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #2dc8c8;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b93c5f;
--color-3: #f06c00;
--color-4: #ffdd00;
--color-5: #2dc8c8;
}

Different Witch の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b93c5f, #f06c00, #ffdd00, #2dc8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b93c5f, #f06c00, #ffdd00, #2dc8c8);
}

Different Witch color palette created on .