The Abyss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Abyss palette
The Abyss カラーパレット CSS
/* CSS */
.color-1 {
color: #161118;
}
.color-2 {
color: #241b27;
}
.color-3 {
color: #362a37;
}
.color-4 {
color: #4b3a4a;
}
.color-5 {
color: #5c4757;
}
/* CSS Variables */
:root {
--color-1: #161118;
--color-2: #241b27;
--color-3: #362a37;
--color-4: #4b3a4a;
--color-5: #5c4757;
}
The Abyss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161118, #241b27, #362a37, #4b3a4a, #5c4757);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161118, #241b27, #362a37, #4b3a4a, #5c4757);
}
似たようなカラーパレット
The Abyss color palette created on .