Midnight Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Ember palette

Share this palette to:

Midnight Ember color palette CSS

/* CSS */
.color-1 {
color: #1e1e29;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #595969;
}
.color-4 {
color: #a3685c;
}
.color-5 {
color: #d68b5c;
}

/* CSS Variables */
:root {
--color-1: #1e1e29;
--color-2: #3b3b4e;
--color-3: #595969;
--color-4: #a3685c;
--color-5: #d68b5c;
}

Midnight Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e29, #3b3b4e, #595969, #a3685c, #d68b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e29, #3b3b4e, #595969, #a3685c, #d68b5c);
}

Midnight Ember color palette created on .