Dark Purplish Axe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purplish Axe palette

Share this palette to:

Dark Purplish Axe color palette PNG image

Download dark purplish axe color palette PNG image (landscape)
Download dark purplish axe color palette PNG image (square)

Dark Purplish Axe color palette CSS

/* CSS */
.color-1 {
color: #381a6b;
}
.color-2 {
color: #722994;
}
.color-3 {
color: #9c35b1;
}
.color-4 {
color: #bb57d1;
}
.color-5 {
color: #db70db;
}

/* CSS Variables */
:root {
--color-1: #381a6b;
--color-2: #722994;
--color-3: #9c35b1;
--color-4: #bb57d1;
--color-5: #db70db;
}

Dark Purplish Axe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381a6b, #722994, #9c35b1, #bb57d1, #db70db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381a6b, #722994, #9c35b1, #bb57d1, #db70db);
}

Dark Purplish Axe color palette created on .