Whispers of the Abyss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Abyss palette

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

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

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #705b80;
}
.color-3 {
color: #9d7a9f;
}
.color-4 {
color: #d7a3b5;
}
.color-5 {
color: #f4c8d3;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #705b80;
--color-3: #9d7a9f;
--color-4: #d7a3b5;
--color-5: #f4c8d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #705b80, #9d7a9f, #d7a3b5, #f4c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #705b80, #9d7a9f, #d7a3b5, #f4c8d3);
}

Whispers of the Abyss color palette created on .