Apple Cider Bliss Color Palette
Discover the beautiful Apple Cider Bliss color palette featuring paarl (#a85f2e), antique brass (#c77c5c), whiskey (#d9a96d), mandys pink (#f0c5a8) and frangipani (#ffdbb8).
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 Apple Cider Bliss palette
💻 Apple Cider Bliss color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c77c5c;
}
.color-3 {
color: #d9a96d;
}
.color-4 {
color: #f0c5a8;
}
.color-5 {
color: #ffdbb8;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c77c5c;
--color-3: #d9a96d;
--color-4: #f0c5a8;
--color-5: #ffdbb8;
} 🌈 Apple Cider Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c77c5c, #d9a96d, #f0c5a8, #ffdbb8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c77c5c, #d9a96d, #f0c5a8, #ffdbb8);
} 🔗 Explore similar color palettes
Apple Cider Bliss color palette created on .