Loading...

Shades of Magenta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Magenta palette

Share this palette to:

Download Shades of Magenta Color Palette (PNG)

Download shades of magenta color palette PNG image (landscape)
Download shades of magenta color palette PNG image (square)

Shades of Magenta color palette CSS

/* CSS */
.color-1 {
color: #ff5c92;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #c4c4c4;
}

/* CSS Variables */
:root {
--color-1: #ff5c92;
--color-2: #ffffff;
--color-3: #a8a8a8;
--color-4: #d6006f;
--color-5: #c4c4c4;
}

Shades of Magenta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c92, #ffffff, #a8a8a8, #d6006f, #c4c4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c92, #ffffff, #a8a8a8, #d6006f, #c4c4c4);
}

Shades of Magenta color palette created on .