Nightmare Moon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nightmare Moon palette
Nightmare Moon カラーパレット CSS
/* CSS */
.color-1 {
color: #1e2348;
}
.color-2 {
color: #2c3468;
}
.color-3 {
color: #433588;
}
.color-4 {
color: #5947b3;
}
.color-5 {
color: #8e49b6;
}
/* CSS Variables */
:root {
--color-1: #1e2348;
--color-2: #2c3468;
--color-3: #433588;
--color-4: #5947b3;
--color-5: #8e49b6;
}
Nightmare Moon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2348, #2c3468, #433588, #5947b3, #8e49b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2348, #2c3468, #433588, #5947b3, #8e49b6);
}
似たようなカラーパレット
Nightmare Moon color palette created on .