Deep Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Ember palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deep Ember Color Palette (PNG)
Deep Ember color palette CSS
/* CSS */
.color-1 {
color: #121212;
}
.color-2 {
color: #4c3838;
}
.color-3 {
color: #662424;
}
.color-4 {
color: #393838;
}
.color-5 {
color: #281515;
}
/* CSS Variables */
:root {
--color-1: #121212;
--color-2: #4c3838;
--color-3: #662424;
--color-4: #393838;
--color-5: #281515;
}
Deep Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121212, #4c3838, #662424, #393838, #281515);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121212, #4c3838, #662424, #393838, #281515);
}
Similar color palettes
Deep Ember color palette created on .