Shades of Purple Moth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple Moth palette

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

Shades of Purple Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #d5c5ae;
}
.color-2 {
color: #c5a5b8;
}
.color-3 {
color: #b884a7;
}
.color-4 {
color: #8f5c99;
}
.color-5 {
color: #592d62;
}

/* CSS Variables */
:root {
--color-1: #d5c5ae;
--color-2: #c5a5b8;
--color-3: #b884a7;
--color-4: #8f5c99;
--color-5: #592d62;
}

Shades of Purple Moth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c5ae, #c5a5b8, #b884a7, #8f5c99, #592d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c5ae, #c5a5b8, #b884a7, #8f5c99, #592d62);
}

Shades of Purple Moth color palette created on .