Midnight Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Mirage palette

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

Midnight Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #26283b;
}
.color-2 {
color: #3d3f5c;
}
.color-3 {
color: #5b5f7b;
}
.color-4 {
color: #7d809b;
}
.color-5 {
color: #a3a5c7;
}

/* CSS Variables */
:root {
--color-1: #26283b;
--color-2: #3d3f5c;
--color-3: #5b5f7b;
--color-4: #7d809b;
--color-5: #a3a5c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26283b, #3d3f5c, #5b5f7b, #7d809b, #a3a5c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26283b, #3d3f5c, #5b5f7b, #7d809b, #a3a5c7);
}

Midnight Mirage color palette created on .