Dark Red Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Forest palette
Download Dark Red Forest Color Palette (PNG)
Dark Red Forest color palette CSS
/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #8a0000;
}
.color-3 {
color: #b42222;
}
.color-4 {
color: #cd5b5b;
}
.color-5 {
color: #ff6347;
}
/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #8a0000;
--color-3: #b42222;
--color-4: #cd5b5b;
--color-5: #ff6347;
}
Dark Red Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #8a0000, #b42222, #cd5b5b, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #8a0000, #b42222, #cd5b5b, #ff6347);
}
Similar color palettes
Dark Red Forest color palette created on .