Midnight Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Ember palette
Midnight Ember color palette CSS
/* CSS */
.color-1 {
color: #191c24;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4b6572;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #191c24;
--color-2: #2b3d50;
--color-3: #4b6572;
--color-4: #f0a400;
--color-5: #e74d3c;
}
Midnight Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191c24, #2b3d50, #4b6572, #f0a400, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191c24, #2b3d50, #4b6572, #f0a400, #e74d3c);
}
Similar color palettes
Midnight Ember color palette created on .