Mafia of the Abyss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mafia of the Abyss palette
Mafia of the Abyss カラーパレット CSS
/* CSS */
.color-1 {
color: #0c3c31;
}
.color-2 {
color: #1f5b4b;
}
.color-3 {
color: #39796f;
}
.color-4 {
color: #5bbe96;
}
.color-5 {
color: #8ee1b5;
}
/* CSS Variables */
:root {
--color-1: #0c3c31;
--color-2: #1f5b4b;
--color-3: #39796f;
--color-4: #5bbe96;
--color-5: #8ee1b5;
}
Mafia of the Abyss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c3c31, #1f5b4b, #39796f, #5bbe96, #8ee1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c3c31, #1f5b4b, #39796f, #5bbe96, #8ee1b5);
}
似たようなカラーパレット
Mafia of the Abyss color palette created on .