Nightmare Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nightmare Moon palette

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

Nightmare Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #262d50;
}
.color-2 {
color: #384270;
}
.color-3 {
color: #514e88;
}
.color-4 {
color: #6763ab;
}
.color-5 {
color: #8a65ae;
}

/* CSS Variables */
:root {
--color-1: #262d50;
--color-2: #384270;
--color-3: #514e88;
--color-4: #6763ab;
--color-5: #8a65ae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #262d50, #384270, #514e88, #6763ab, #8a65ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #262d50, #384270, #514e88, #6763ab, #8a65ae);
}

Nightmare Moon color palette created on .