Midnight Nostalgia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Nostalgia palette

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

Midnight Nostalgia カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2b50;
}
.color-2 {
color: #5a4b72;
}
.color-3 {
color: #806a90;
}
.color-4 {
color: #a890bb;
}
.color-5 {
color: #c4a1d4;
}

/* CSS Variables */
:root {
--color-1: #3c2b50;
--color-2: #5a4b72;
--color-3: #806a90;
--color-4: #a890bb;
--color-5: #c4a1d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b50, #5a4b72, #806a90, #a890bb, #c4a1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b50, #5a4b72, #806a90, #a890bb, #c4a1d4);
}

Midnight Nostalgia color palette created on .