Midnight Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Ember palette

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

Midnight Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1b2e;
}
.color-2 {
color: #3b3e4e;
}
.color-3 {
color: #6a6e90;
}
.color-4 {
color: #d4b82b;
}
.color-5 {
color: #e75f5f;
}

/* CSS Variables */
:root {
--color-1: #1a1b2e;
--color-2: #3b3e4e;
--color-3: #6a6e90;
--color-4: #d4b82b;
--color-5: #e75f5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1b2e, #3b3e4e, #6a6e90, #d4b82b, #e75f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1b2e, #3b3e4e, #6a6e90, #d4b82b, #e75f5f);
}

Midnight Ember color palette created on .