Magical Empress Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magical Empress palette

Share this palette to:

Magical Empress color palette PNG image

Download magical empress color palette PNG image (landscape)
Download magical empress color palette PNG image (square)

Magical Empress color palette CSS

/* CSS */
.color-1 {
color: #d72d4c;
}
.color-2 {
color: #f1723b;
}
.color-3 {
color: #f4c74e;
}
.color-4 {
color: #4cae80;
}
.color-5 {
color: #0092d6;
}

/* CSS Variables */
:root {
--color-1: #d72d4c;
--color-2: #f1723b;
--color-3: #f4c74e;
--color-4: #4cae80;
--color-5: #0092d6;
}

Magical Empress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d4c, #f1723b, #f4c74e, #4cae80, #0092d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d4c, #f1723b, #f4c74e, #4cae80, #0092d6);
}

Magical Empress color palette created on .