King Aries Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with King Aries palette

Share this palette to:

King Aries color palette PNG image

Download king aries color palette PNG image (landscape)
Download king aries color palette PNG image (square)

King Aries color palette CSS

/* CSS */
.color-1 {
color: #981f37;
}
.color-2 {
color: #d84f4f;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f4e39f;
}
.color-5 {
color: #a3b8c2;
}

/* CSS Variables */
:root {
--color-1: #981f37;
--color-2: #d84f4f;
--color-3: #f6b83c;
--color-4: #f4e39f;
--color-5: #a3b8c2;
}

King Aries background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #981f37, #d84f4f, #f6b83c, #f4e39f, #a3b8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #981f37, #d84f4f, #f6b83c, #f4e39f, #a3b8c2);
}

King Aries color palette created on .