Midnight Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blue palette

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

Midnight Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #151533;
}
.color-2 {
color: #101d3c;
}
.color-3 {
color: #0c335f;
}
.color-4 {
color: #eb3d57;
}
.color-5 {
color: #f8a520;
}

/* CSS Variables */
:root {
--color-1: #151533;
--color-2: #101d3c;
--color-3: #0c335f;
--color-4: #eb3d57;
--color-5: #f8a520;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #151533, #101d3c, #0c335f, #eb3d57, #f8a520);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #151533, #101d3c, #0c335f, #eb3d57, #f8a520);
}

似たようなカラーパレット

Midnight Blue color palette created on .