Nightmare Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nightmare Moon palette

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

Nightmare Moon カラー パレット PNG 画像

Download nightmare moon color palette PNG image (landscape)
Download nightmare moon color palette PNG image (square)

Nightmare Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #4c3d6c;
}
.color-3 {
color: #795a8c;
}
.color-4 {
color: #a97e95;
}
.color-5 {
color: #d4c9af;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4c3d6c;
--color-3: #795a8c;
--color-4: #a97e95;
--color-5: #d4c9af;
}

Nightmare Moon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4c3d6c, #795a8c, #a97e95, #d4c9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4c3d6c, #795a8c, #a97e95, #d4c9af);
}

Nightmare Moon color palette created on .