Purple Witch カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Witch palette

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

Purple Witch カラーパレット CSS

/* CSS */
.color-1 {
color: #4a3d57;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f5c7d6;
}
.color-5 {
color: #a6d8d0;
}

/* CSS Variables */
:root {
--color-1: #4a3d57;
--color-2: #a77b9d;
--color-3: #eab8d1;
--color-4: #f5c7d6;
--color-5: #a6d8d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d57, #a77b9d, #eab8d1, #f5c7d6, #a6d8d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d57, #a77b9d, #eab8d1, #f5c7d6, #a6d8d0);
}

Purple Witch color palette created on .