Vitality Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vitality Harvest palette
Vitality Harvest color palette CSS
/* CSS */
.color-1 {
color: #a5e09f;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #a5e09f;
--color-2: #f4cf3e;
--color-3: #f8c572;
--color-4: #e77e23;
--color-5: #d15400;
}
Vitality Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e09f, #f4cf3e, #f8c572, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e09f, #f4cf3e, #f8c572, #e77e23, #d15400);
}
Similar color palettes
Vitality Harvest color palette created on .