Alastor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alastor palette

Share this palette to:

Download Alastor Color Palette (PNG)

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

Alastor color palette CSS

/* CSS */
.color-1 {
color: #d4a76e;
}
.color-2 {
color: #c05039;
}
.color-3 {
color: #5e2b5a;
}
.color-4 {
color: #3e6a89;
}
.color-5 {
color: #f8981b;
}

/* CSS Variables */
:root {
--color-1: #d4a76e;
--color-2: #c05039;
--color-3: #5e2b5a;
--color-4: #3e6a89;
--color-5: #f8981b;
}

Alastor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a76e, #c05039, #5e2b5a, #3e6a89, #f8981b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a76e, #c05039, #5e2b5a, #3e6a89, #f8981b);
}

Alastor color palette created on .