Bright Magenta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Magenta palette

Share this palette to:

Bright Magenta color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #f5008b;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd642;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #f5008b;
--color-3: #ff8052;
--color-4: #ffb84d;
--color-5: #ffd642;
}

Bright Magenta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #f5008b, #ff8052, #ffb84d, #ffd642);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #f5008b, #ff8052, #ffb84d, #ffd642);
}

Bright Magenta color palette created on .