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: #8a1d0a;
}
.color-2 {
color: #d2d6cc;
}
.color-3 {
color: #9b897d;
}
.color-4 {
color: #281c1a;
}
.color-5 {
color: #be3d23;
}

/* CSS Variables */
:root {
--color-1: #8a1d0a;
--color-2: #d2d6cc;
--color-3: #9b897d;
--color-4: #281c1a;
--color-5: #be3d23;
}

Rustic Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1d0a, #d2d6cc, #9b897d, #281c1a, #be3d23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1d0a, #d2d6cc, #9b897d, #281c1a, #be3d23);
}

Rustic Ember color palette created on .