Midnight Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Serenity palette

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

Midnight Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1a1a4c;
}
.color-3 {
color: #4d4d99;
}
.color-4 {
color: #7f99cc;
}
.color-5 {
color: #b3c7e6;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1a1a4c;
--color-3: #4d4d99;
--color-4: #7f99cc;
--color-5: #b3c7e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1a1a4c, #4d4d99, #7f99cc, #b3c7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1a1a4c, #4d4d99, #7f99cc, #b3c7e6);
}

似たようなカラーパレット

Midnight Serenity color palette created on .