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: #d99a6d;
}
.color-2 {
color: #c47a4f;
}
.color-3 {
color: #a85a3e;
}
.color-4 {
color: #8d3b2a;
}
.color-5 {
color: #70201a;
}

/* CSS Variables */
:root {
--color-1: #d99a6d;
--color-2: #c47a4f;
--color-3: #a85a3e;
--color-4: #8d3b2a;
--color-5: #70201a;
}

Rustic Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d99a6d, #c47a4f, #a85a3e, #8d3b2a, #70201a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d99a6d, #c47a4f, #a85a3e, #8d3b2a, #70201a);
}

Rustic Ember color palette created on .