Whispers of the Moth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Moth palette

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

Whispers of the Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #a67d9c;
}
.color-2 {
color: #c4a4d5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f6d0d0;
}
.color-5 {
color: #f9c34e;
}

/* CSS Variables */
:root {
--color-1: #a67d9c;
--color-2: #c4a4d5;
--color-3: #eab8d1;
--color-4: #f6d0d0;
--color-5: #f9c34e;
}

Whispers of the Moth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67d9c, #c4a4d5, #eab8d1, #f6d0d0, #f9c34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67d9c, #c4a4d5, #eab8d1, #f6d0d0, #f9c34e);
}

Whispers of the Moth color palette created on .