Abraxas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abraxas palette
Color Inspiration
Images that showcase this color palette in real designs
Download Abraxas Color Palette (PNG)
Abraxas color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #5c4d93;
}
.color-3 {
color: #3f5a88;
}
.color-4 {
color: #1bb1a2;
}
.color-5 {
color: #00c2b2;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #5c4d93;
--color-3: #3f5a88;
--color-4: #1bb1a2;
--color-5: #00c2b2;
}
Abraxas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #5c4d93, #3f5a88, #1bb1a2, #00c2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #5c4d93, #3f5a88, #1bb1a2, #00c2b2);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Abraxas color palette created on .