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: #771e08;
}
.color-2 {
color: #771d08;
}
.color-3 {
color: #6d1b08;
}
.color-4 {
color: #641a07;
}
.color-5 {
color: #561506;
}
/* CSS Variables */
:root {
--color-1: #771e08;
--color-2: #771d08;
--color-3: #6d1b08;
--color-4: #641a07;
--color-5: #561506;
}
Rustic Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #771e08, #771d08, #6d1b08, #641a07, #561506);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #771e08, #771d08, #6d1b08, #641a07, #561506);
}
Similar color palettes
Rustic Ember Glow color palette created on .