Crimson Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Harvest palette
Crimson Harvest color palette CSS
/* CSS */
.color-1 {
color: #550c16;
}
.color-2 {
color: #7c1322;
}
.color-3 {
color: #8e1a26;
}
.color-4 {
color: #953623;
}
.color-5 {
color: #9b5436;
}
/* CSS Variables */
:root {
--color-1: #550c16;
--color-2: #7c1322;
--color-3: #8e1a26;
--color-4: #953623;
--color-5: #9b5436;
}
Crimson Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #550c16, #7c1322, #8e1a26, #953623, #9b5436);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #550c16, #7c1322, #8e1a26, #953623, #9b5436);
}
Similar color palettes
Crimson Harvest color palette created on .