Midnight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Serenade palette

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

Midnight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3d4094;
}
.color-3 {
color: #5f6eab;
}
.color-4 {
color: #8d8ece;
}
.color-5 {
color: #b1b6e2;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3d4094;
--color-3: #5f6eab;
--color-4: #8d8ece;
--color-5: #b1b6e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3d4094, #5f6eab, #8d8ece, #b1b6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3d4094, #5f6eab, #8d8ece, #b1b6e2);
}

Midnight Serenade color palette created on .