Rustic Ember Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Ember Glow palette
Rustic Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #fad4b7;
}
.color-2 {
color: #cf9277;
}
.color-3 {
color: #9e7f6b;
}
.color-4 {
color: #81584b;
}
.color-5 {
color: #6d281c;
}
/* CSS Variables */
:root {
--color-1: #fad4b7;
--color-2: #cf9277;
--color-3: #9e7f6b;
--color-4: #81584b;
--color-5: #6d281c;
}
Rustic Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad4b7, #cf9277, #9e7f6b, #81584b, #6d281c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad4b7, #cf9277, #9e7f6b, #81584b, #6d281c);
}
Similar color palettes
Scroll down to explore 1 Peach color palette
Rustic Ember Glow color palette created on .