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: #5b3a29;
}
.color-2 {
color: #c27e5b;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #b76d5c;
}
.color-5 {
color: #a65d30;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c27e5b;
--color-3: #ffe0b3;
--color-4: #b76d5c;
--color-5: #a65d30;
}

Rustic Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}

Rustic Ember color palette created on .