Midnight Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blues palette

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

Midnight Blues カラー パレット PNG 画像

Download midnight blues color palette PNG image (landscape)
Download midnight blues color palette PNG image (square)

Midnight Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #0033cc;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #0033cc;
--color-3: #808080;
--color-4: #b3b3b3;
--color-5: #e6e6e6;
}

Midnight Blues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #0033cc, #808080, #b3b3b3, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #0033cc, #808080, #b3b3b3, #e6e6e6);
}

Midnight Blues color palette created on .