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