Midnight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Serenade palette

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

Midnight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #afc4da;
}
.color-2 {
color: #826c64;
}
.color-3 {
color: #2f2d2f;
}
.color-4 {
color: #850000;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #afc4da;
--color-2: #826c64;
--color-3: #2f2d2f;
--color-4: #850000;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc4da, #826c64, #2f2d2f, #850000, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc4da, #826c64, #2f2d2f, #850000, #000000);
}

Midnight Serenade color palette created on .