Neon Abyss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neon Abyss palette
Neon Abyss カラーパレット CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4f6f96;
}
.color-3 {
color: #79b0d7;
}
.color-4 {
color: #f56e00;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4f6f96;
--color-3: #79b0d7;
--color-4: #f56e00;
--color-5: #ffb300;
}
Neon Abyss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4f6f96, #79b0d7, #f56e00, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4f6f96, #79b0d7, #f56e00, #ffb300);
}
似たようなカラーパレット
下にスクロールして100+個の青カラーパレットを探索しましょう
Neon Abyss color palette created on .