Blue Nix カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Nix palette
Blue Nix カラーパレット CSS
/* CSS */
.color-1 {
color: #1e2a4d;
}
.color-2 {
color: #496a9c;
}
.color-3 {
color: #79a7c3;
}
.color-4 {
color: #a0d5e9;
}
.color-5 {
color: #eef1f6;
}
/* CSS Variables */
:root {
--color-1: #1e2a4d;
--color-2: #496a9c;
--color-3: #79a7c3;
--color-4: #a0d5e9;
--color-5: #eef1f6;
}
Blue Nix の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a4d, #496a9c, #79a7c3, #a0d5e9, #eef1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a4d, #496a9c, #79a7c3, #a0d5e9, #eef1f6);
}
似たようなカラーパレット
Blue Nix color palette created on .