Midnight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Serenade palette

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

Midnight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #4e5b74;
}
.color-3 {
color: #6d8c9c;
}
.color-4 {
color: #90bcd0;
}
.color-5 {
color: #b3e4e5;
}

/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #4e5b74;
--color-3: #6d8c9c;
--color-4: #90bcd0;
--color-5: #b3e4e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #4e5b74, #6d8c9c, #90bcd0, #b3e4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #4e5b74, #6d8c9c, #90bcd0, #b3e4e5);
}

Midnight Serenade color palette created on .