Midnight Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Cat palette

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

Midnight Cat カラー パレット PNG 画像

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

Midnight Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #121226;
}
.color-2 {
color: #21213b;
}
.color-3 {
color: #363659;
}
.color-4 {
color: #505077;
}
.color-5 {
color: #6868a6;
}

/* CSS Variables */
:root {
--color-1: #121226;
--color-2: #21213b;
--color-3: #363659;
--color-4: #505077;
--color-5: #6868a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121226, #21213b, #363659, #505077, #6868a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121226, #21213b, #363659, #505077, #6868a6);
}

Midnight Cat color palette created on .