Midnight Abyss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Abyss palette
Midnight Abyss カラー パレット PNG 画像
Midnight Abyss カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #2b4d73;
}
.color-3 {
color: #2b506e;
}
.color-4 {
color: #1d395e;
}
.color-5 {
color: #0e2743;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #2b4d73;
--color-3: #2b506e;
--color-4: #1d395e;
--color-5: #0e2743;
}
Midnight Abyss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #2b4d73, #2b506e, #1d395e, #0e2743);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #2b4d73, #2b506e, #1d395e, #0e2743);
}
似たようなカラーパレット
Midnight Abyss color palette created on .