Midnight Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Serenity palette

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

Midnight Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #060e18;
}
.color-2 {
color: #1a2832;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #4b6572;
}
.color-5 {
color: #bac7c9;
}

/* CSS Variables */
:root {
--color-1: #060e18;
--color-2: #1a2832;
--color-3: #2b3d50;
--color-4: #4b6572;
--color-5: #bac7c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060e18, #1a2832, #2b3d50, #4b6572, #bac7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060e18, #1a2832, #2b3d50, #4b6572, #bac7c9);
}

Midnight Serenity color palette created on .