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