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: #3c2a3c;
}
.color-2 {
color: #7b5b8b;
}
.color-3 {
color: #b6a1c4;
}
.color-4 {
color: #f6c1c6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #3c2a3c;
--color-2: #7b5b8b;
--color-3: #b6a1c4;
--color-4: #f6c1c6;
--color-5: #ff6e61;
}
Whispers of the Abyss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a3c, #7b5b8b, #b6a1c4, #f6c1c6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a3c, #7b5b8b, #b6a1c4, #f6c1c6, #ff6e61);
}
似たようなカラーパレット
Whispers of the Abyss color palette created on .