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