The Archangel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Archangel palette

Share this palette to:

The Archangel color palette CSS

/* CSS */
.color-1 {
color: #d9c0f7;
}
.color-2 {
color: #a57cb6;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #3d998a;
}

/* CSS Variables */
:root {
--color-1: #d9c0f7;
--color-2: #a57cb6;
--color-3: #ff6e61;
--color-4: #ffb300;
--color-5: #3d998a;
}

The Archangel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c0f7, #a57cb6, #ff6e61, #ffb300, #3d998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c0f7, #a57cb6, #ff6e61, #ffb300, #3d998a);
}

The Archangel color palette created on .