Dark Blue Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue Night palette

このパレットを共有する先:

Dark Blue Night カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1f25;
}
.color-2 {
color: #393c46;
}
.color-3 {
color: #5c6275;
}
.color-4 {
color: #7c8c9c;
}
.color-5 {
color: #b3c2cc;
}

/* CSS Variables */
:root {
--color-1: #1d1f25;
--color-2: #393c46;
--color-3: #5c6275;
--color-4: #7c8c9c;
--color-5: #b3c2cc;
}

Dark Blue Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f25, #393c46, #5c6275, #7c8c9c, #b3c2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f25, #393c46, #5c6275, #7c8c9c, #b3c2cc);
}

Dark Blue Night color palette created on .