Midnight Transit Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Transit Elegance palette

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

Midnight Transit Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f2c;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #6d767e;
}
.color-4 {
color: #f8c391;
}
.color-5 {
color: #e84a5f;
}

/* CSS Variables */
:root {
--color-1: #1c1f2c;
--color-2: #4a4e68;
--color-3: #6d767e;
--color-4: #f8c391;
--color-5: #e84a5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f2c, #4a4e68, #6d767e, #f8c391, #e84a5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f2c, #4a4e68, #6d767e, #f8c391, #e84a5f);
}

Midnight Transit Elegance color palette created on .