Magenta Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magenta Forest palette

Share this palette to:

Magenta Forest color palette PNG image

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

Magenta Forest color palette CSS

/* CSS */
.color-1 {
color: #b30059;
}
.color-2 {
color: #d10070;
}
.color-3 {
color: #ff0080;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #ffb3da;
}

/* CSS Variables */
:root {
--color-1: #b30059;
--color-2: #d10070;
--color-3: #ff0080;
--color-4: #ff4d7c;
--color-5: #ffb3da;
}

Magenta Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b30059, #d10070, #ff0080, #ff4d7c, #ffb3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b30059, #d10070, #ff0080, #ff4d7c, #ffb3da);
}

Similar color palettes

Scroll down to explore 4 Magenta color palettes

Magenta Forest color palette created on .