Magenta Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magenta Sunset palette

Share this palette to:

Download Magenta Sunset Color Palette (PNG)

Download magenta sunset color palette PNG image (landscape)
Download magenta sunset color palette PNG image (square)

Magenta Sunset color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3d1;
}
.color-4 {
color: #ffe5e5;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ffb3d1;
--color-4: #ffe5e5;
--color-5: #ffd900;
}

Magenta Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ffb3d1, #ffe5e5, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ffb3d1, #ffe5e5, #ffd900);
}

Magenta Sunset color palette created on .