Midnight Fae カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Fae palette

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

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

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

Midnight Fae カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b2b91;
}
.color-3 {
color: #5b4aa1;
}
.color-4 {
color: #8b70bd;
}
.color-5 {
color: #c0a2e6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2b91;
--color-3: #5b4aa1;
--color-4: #8b70bd;
--color-5: #c0a2e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2b91, #5b4aa1, #8b70bd, #c0a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2b91, #5b4aa1, #8b70bd, #c0a2e6);
}

Midnight Fae color palette created on .