Abbey Color Palette
Discover the beautiful Abbey color palette featuring mulled wine (#4c3d6c), kimberly (#7b699b), amethyst smoke (#a99bbf), snuff (#d5cae3) and whisper (#f2e7f3).
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 Abbey palette
💻 Abbey color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #7b699b;
}
.color-3 {
color: #a99bbf;
}
.color-4 {
color: #d5cae3;
}
.color-5 {
color: #f2e7f3;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #7b699b;
--color-3: #a99bbf;
--color-4: #d5cae3;
--color-5: #f2e7f3;
}
🌈 Abbey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #7b699b, #a99bbf, #d5cae3, #f2e7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #7b699b, #a99bbf, #d5cae3, #f2e7f3);
}
🔗 Explore similar color palettes
Abbey color palette created on .