Crimson Harvest Color Palette
Discover the beautiful Crimson Harvest color palette featuring ronchi (#f1c84b), terracotta (#e06b4d), cerise red (#d83b55), rum (#6c5b80) and river bed (#4a4e68).
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: #f1c84b;
}
.color-2 {
color: #e06b4d;
}
.color-3 {
color: #d83b55;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e06b4d;
--color-3: #d83b55;
--color-4: #6c5b80;
--color-5: #4a4e68;
} ๐ Crimson Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e06b4d, #d83b55, #6c5b80, #4a4e68);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e06b4d, #d83b55, #6c5b80, #4a4e68);
} ๐ Explore similar color palettes
Crimson Harvest color palette created on .