Abyssal Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Abyssal Glow palette
Abyssal Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #14171f;
}
.color-2 {
color: #31445e;
}
.color-3 {
color: #48717f;
}
.color-4 {
color: #67a29e;
}
.color-5 {
color: #8cc5b8;
}
/* CSS Variables */
:root {
--color-1: #14171f;
--color-2: #31445e;
--color-3: #48717f;
--color-4: #67a29e;
--color-5: #8cc5b8;
}
Abyssal Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14171f, #31445e, #48717f, #67a29e, #8cc5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14171f, #31445e, #48717f, #67a29e, #8cc5b8);
}
似たようなカラーパレット
Abyssal Glow color palette created on .