Pink Magic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Magic palette

Share this palette to:

Pink Magic color palette CSS

/* CSS */
.color-1 {
color: #e05c88;
}
.color-2 {
color: #b5406b;
}
.color-3 {
color: #6f2c90;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #e05c88;
--color-2: #b5406b;
--color-3: #6f2c90;
--color-4: #f9a94e;
--color-5: #f1c84b;
}

Pink Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05c88, #b5406b, #6f2c90, #f9a94e, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05c88, #b5406b, #6f2c90, #f9a94e, #f1c84b);
}

Pink Magic color palette created on .