Midnight Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Mirage palette

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

Midnight Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #4c4c90;
}
.color-3 {
color: #6e6ea6;
}
.color-4 {
color: #aa508f;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #4c4c90;
--color-3: #6e6ea6;
--color-4: #aa508f;
--color-5: #e63746;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #4c4c90, #6e6ea6, #aa508f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #4c4c90, #6e6ea6, #aa508f, #e63746);
}

Midnight Mirage color palette created on .