Harvest Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Harmony palette
Harvest Harmony color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #ac83c9;
}
.color-3 {
color: #d4a4df;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #7f7b7a;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #ac83c9;
--color-3: #d4a4df;
--color-4: #f1c84b;
--color-5: #7f7b7a;
}
Harvest Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #ac83c9, #d4a4df, #f1c84b, #7f7b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #ac83c9, #d4a4df, #f1c84b, #7f7b7a);
}
Similar color palettes
- Twilight Temptations
- Mystic Twilight
- Purple Medieval
- Crimson Twilight
- Whimsical Lavender Dreams
- Purple Mystery
- Purple Enchantress
- Mystic Cookie Sorcery
- Mystic Lilac Dreams
- Purple Emo
- Shades of Red, Blue, and Purple
- Purple Dreams
- Whispers of Wisteria
- Vortex of Dreams
- Purple Heavy
- Mystical Amethyst Dream
- Electric Amethyst Dream
- Purple Dreams
Harvest Harmony color palette created on .