Abbey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abbey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Abbey Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Abbey color palette created on .