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