Pink Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Fusion palette

Share this palette to:

Pink Fusion color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d5e;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d5e;
--color-3: #d6006f;
--color-4: #a400b3;
--color-5: #690571;
}

Pink Fusion background gradient CSS

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

Pink Fusion color palette created on .