Midnight Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blue palette

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

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

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

Midnight Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #2c5e90;
}
.color-3 {
color: #3e7eb1;
}
.color-4 {
color: #5ea4d9;
}
.color-5 {
color: #a2c7e7;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #2c5e90;
--color-3: #3e7eb1;
--color-4: #5ea4d9;
--color-5: #a2c7e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #2c5e90, #3e7eb1, #5ea4d9, #a2c7e7);
}

Midnight Blue color palette created on .