Crisp Orchard Harmony Color Palette
Discover the beautiful Crisp Orchard Harmony color palette featuring fern (#5abf66), moss green (#a7d7b8), wheat (#f5e3b2), rose bud (#f9afa4) and burnt sienna (#e85d4a).
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 Crisp Orchard Harmony palette
💻 Crisp Orchard Harmony color palette CSS
/* CSS */
.color-1 {
color: #5abf66;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f5e3b2;
}
.color-4 {
color: #f9afa4;
}
.color-5 {
color: #e85d4a;
}
/* CSS Variables */
:root {
--color-1: #5abf66;
--color-2: #a7d7b8;
--color-3: #f5e3b2;
--color-4: #f9afa4;
--color-5: #e85d4a;
}
🌈 Crisp Orchard Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf66, #a7d7b8, #f5e3b2, #f9afa4, #e85d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf66, #a7d7b8, #f5e3b2, #f9afa4, #e85d4a);
}
🔗 Explore similar color palettes
Crisp Orchard Harmony color palette created on .