Ethereal Abbey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Abbey palette
Ethereal Abbey color palette CSS
/* CSS */
.color-1 {
color: #4d4a8c;
}
.color-2 {
color: #aa8cca;
}
.color-3 {
color: #f2a1b6;
}
.color-4 {
color: #ffaa75;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4d4a8c;
--color-2: #aa8cca;
--color-3: #f2a1b6;
--color-4: #ffaa75;
--color-5: #ff6e61;
}
Ethereal Abbey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4a8c, #aa8cca, #f2a1b6, #ffaa75, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4a8c, #aa8cca, #f2a1b6, #ffaa75, #ff6e61);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Ethereal Abbey color palette created on .