Crimson Harvest Color Palette
Discover the beautiful Crimson Harvest color palette featuring maroon oak (#4b0c12), burnt umber (#982a2f), japonica (#d56b67), wewak (#f4a29f) and sundown (#ffb9b3).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Crimson Harvest palette
๐ป Crimson Harvest color palette CSS
/* CSS */
.color-1 {
color: #4b0c12;
}
.color-2 {
color: #982a2f;
}
.color-3 {
color: #d56b67;
}
.color-4 {
color: #f4a29f;
}
.color-5 {
color: #ffb9b3;
}
/* CSS Variables */
:root {
--color-1: #4b0c12;
--color-2: #982a2f;
--color-3: #d56b67;
--color-4: #f4a29f;
--color-5: #ffb9b3;
} ๐ Crimson Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c12, #982a2f, #d56b67, #f4a29f, #ffb9b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c12, #982a2f, #d56b67, #f4a29f, #ffb9b3);
} ๐ Explore similar color palettes
Crimson Harvest color palette created on .