Rustic Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Ember palette

Share this palette to:

Rustic Ember color palette CSS

/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #c76d3d;
}
.color-4 {
color: #e7b65a;
}
.color-5 {
color: #d64838;
}

/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #9f512d;
--color-3: #c76d3d;
--color-4: #e7b65a;
--color-5: #d64838;
}

Rustic Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #9f512d, #c76d3d, #e7b65a, #d64838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #9f512d, #c76d3d, #e7b65a, #d64838);
}

Rustic Ember color palette created on .