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: #0c0b1e;
}
.color-2 {
color: #1b1a28;
}
.color-3 {
color: #3d3c4e;
}
.color-4 {
color: #7b7b8a;
}
.color-5 {
color: #b7b7c2;
}

/* CSS Variables */
:root {
--color-1: #0c0b1e;
--color-2: #1b1a28;
--color-3: #3d3c4e;
--color-4: #7b7b8a;
--color-5: #b7b7c2;
}

Midnight Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c0b1e, #1b1a28, #3d3c4e, #7b7b8a, #b7b7c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c0b1e, #1b1a28, #3d3c4e, #7b7b8a, #b7b7c2);
}

Midnight Ember color palette created on .