Midnight Ember Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Midnight Ember palette
tavolozza dei colori Midnight Ember CSS
/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #354a5f;
}
.color-4 {
color: #5d6d7e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #2b3d50;
--color-3: #354a5f;
--color-4: #5d6d7e;
--color-5: #e74d3c;
}
CSS con gradiente di sfondo Midnight Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #2b3d50, #354a5f, #5d6d7e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #2b3d50, #354a5f, #5d6d7e, #e74d3c);
}
Tavolozze di colori simili
Midnight Ember color palette created on .