Deep Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Ember palette

Share this palette to:

Deep Ember color palette PNG image

Download deep ember color palette PNG image (landscape)
Download deep ember color palette PNG image (square)

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);
}

Deep Ember color palette created on .