Divine Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Divine Ember palette

Share this palette to:

Divine Ember color palette CSS

/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d60000;
}
.color-5 {
color: #b125b1;
}

/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ff6e61;
--color-3: #ff3c00;
--color-4: #d60000;
--color-5: #b125b1;
}

Divine Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ff6e61, #ff3c00, #d60000, #b125b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ff6e61, #ff3c00, #d60000, #b125b1);
}

Divine Ember color palette created on .