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