Heartwood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heartwood palette
Heartwood color palette PNG image
Heartwood color palette CSS
/* CSS */
.color-1 {
color: #7c4b4b;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #d18f8f;
}
.color-4 {
color: #f2bcab;
}
.color-5 {
color: #fce2d4;
}
/* CSS Variables */
:root {
--color-1: #7c4b4b;
--color-2: #a85d5d;
--color-3: #d18f8f;
--color-4: #f2bcab;
--color-5: #fce2d4;
}
Heartwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4b4b, #a85d5d, #d18f8f, #f2bcab, #fce2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4b4b, #a85d5d, #d18f8f, #f2bcab, #fce2d4);
}
Similar color palettes
Scroll down to explore 100+ Brown color palettes
Heartwood color palette created on .