Abraxas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Abraxas palette

Share this palette to:

Download Abraxas Color Palette (PNG)

Download abraxas color palette PNG image (landscape)
Download abraxas color palette PNG image (square)

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);
}

Abraxas color palette created on .