Purple Moth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Moth palette

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

Purple Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #b79fd6;
}
.color-2 {
color: #b78cca;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f0dab7;
}
.color-5 {
color: #f6c5a2;
}

/* CSS Variables */
:root {
--color-1: #b79fd6;
--color-2: #b78cca;
--color-3: #eab8e4;
--color-4: #f0dab7;
--color-5: #f6c5a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b79fd6, #b78cca, #eab8e4, #f0dab7, #f6c5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b79fd6, #b78cca, #eab8e4, #f0dab7, #f6c5a2);
}

Purple Moth color palette created on .