Crimson Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Harvest palette

Share this palette to:

Crimson Harvest color palette CSS

/* CSS */
.color-1 {
color: #5f2b3a;
}
.color-2 {
color: #8a4c5c;
}
.color-3 {
color: #ab6d7e;
}
.color-4 {
color: #d2a09d;
}
.color-5 {
color: #e1c6c9;
}

/* CSS Variables */
:root {
--color-1: #5f2b3a;
--color-2: #8a4c5c;
--color-3: #ab6d7e;
--color-4: #d2a09d;
--color-5: #e1c6c9;
}

Crimson Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3a, #8a4c5c, #ab6d7e, #d2a09d, #e1c6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3a, #8a4c5c, #ab6d7e, #d2a09d, #e1c6c9);
}

Similar color palettes

Crimson Harvest color palette created on .