Red Ash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Ash palette
Download Red Ash Color Palette (PNG)
Red Ash color palette CSS
/* CSS */
.color-1 {
color: #882e2b;
}
.color-2 {
color: #98433e;
}
.color-3 {
color: #a1574f;
}
.color-4 {
color: #9f6656;
}
.color-5 {
color: #a3746c;
}
/* CSS Variables */
:root {
--color-1: #882e2b;
--color-2: #98433e;
--color-3: #a1574f;
--color-4: #9f6656;
--color-5: #a3746c;
}
Red Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #882e2b, #98433e, #a1574f, #9f6656, #a3746c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #882e2b, #98433e, #a1574f, #9f6656, #a3746c);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Red Ash color palette created on .