Whispers of the Silk Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Silk Moon palette

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

Whispers of the Silk Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e8d0;
}
.color-2 {
color: #d4c7ba;
}
.color-3 {
color: #a9aac6;
}
.color-4 {
color: #7b5b8b;
}
.color-5 {
color: #50303f;
}

/* CSS Variables */
:root {
--color-1: #f0e8d0;
--color-2: #d4c7ba;
--color-3: #a9aac6;
--color-4: #7b5b8b;
--color-5: #50303f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e8d0, #d4c7ba, #a9aac6, #7b5b8b, #50303f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e8d0, #d4c7ba, #a9aac6, #7b5b8b, #50303f);
}

Whispers of the Silk Moon color palette created on .