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: #1f1b79;
}
.color-2 {
color: #3b3993;
}
.color-3 {
color: #6c6bae;
}
.color-4 {
color: #a3a6e0;
}
.color-5 {
color: #cfc7ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b3993;
--color-3: #6c6bae;
--color-4: #a3a6e0;
--color-5: #cfc7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}

Nightmare Moon color palette created on .