Midnight Mischief カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Mischief palette

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

Midnight Mischief カラーパレット (PNG) をダウンロード

Download midnight mischief color palette PNG image (landscape)
Download midnight mischief color palette PNG image (square)

Midnight Mischief カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #2d2a51;
}
.color-3 {
color: #3e3b68;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #2d2a51;
--color-3: #3e3b68;
--color-4: #f47b1f;
--color-5: #e94e77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #2d2a51, #3e3b68, #f47b1f, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #2d2a51, #3e3b68, #f47b1f, #e94e77);
}

Midnight Mischief color palette created on .