Midnight Earth Symphony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Earth Symphony palette

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

Midnight Earth Symphony カラーパレット CSS

/* CSS */
.color-1 {
color: #c7bc8f;
}
.color-2 {
color: #5e3e31;
}
.color-3 {
color: #3d201f;
}
.color-4 {
color: #132849;
}
.color-5 {
color: #0e1225;
}

/* CSS Variables */
:root {
--color-1: #c7bc8f;
--color-2: #5e3e31;
--color-3: #3d201f;
--color-4: #132849;
--color-5: #0e1225;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7bc8f, #5e3e31, #3d201f, #132849, #0e1225);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7bc8f, #5e3e31, #3d201f, #132849, #0e1225);
}

Midnight Earth Symphony color palette created on .