Midnight Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Horizon palette

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

Midnight Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #0b032b;
}
.color-2 {
color: #0b032b;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #497c92;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #0b032b;
--color-2: #0b032b;
--color-3: #2b3d50;
--color-4: #497c92;
--color-5: #f39c12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b032b, #0b032b, #2b3d50, #497c92, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b032b, #0b032b, #2b3d50, #497c92, #f39c12);
}

Midnight Horizon color palette created on .