Purple Deceit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Deceit palette

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

Purple Deceit カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3f6e;
}
.color-2 {
color: #6e4b91;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #e3c2ff;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #4b3f6e;
--color-2: #6e4b91;
--color-3: #a77ccb;
--color-4: #e3c2ff;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3f6e, #6e4b91, #a77ccb, #e3c2ff, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3f6e, #6e4b91, #a77ccb, #e3c2ff, #f4a462);
}

Purple Deceit color palette created on .