Midnight Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blue palette

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

Midnight Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1e2b;
}
.color-2 {
color: #2a2c4b;
}
.color-3 {
color: #4b4e7c;
}
.color-4 {
color: #7f83c7;
}
.color-5 {
color: #b4b8e4;
}

/* CSS Variables */
:root {
--color-1: #1c1e2b;
--color-2: #2a2c4b;
--color-3: #4b4e7c;
--color-4: #7f83c7;
--color-5: #b4b8e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e2b, #2a2c4b, #4b4e7c, #7f83c7, #b4b8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e2b, #2a2c4b, #4b4e7c, #7f83c7, #b4b8e4);
}

Midnight Blue color palette created on .