Pink Confusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Confusion palette

Share this palette to:

Pink Confusion color palette CSS

/* CSS */
.color-1 {
color: #f5b7c5;
}
.color-2 {
color: #f3a0b7;
}
.color-3 {
color: #f288b4;
}
.color-4 {
color: #e76e91;
}
.color-5 {
color: #d84f6d;
}

/* CSS Variables */
:root {
--color-1: #f5b7c5;
--color-2: #f3a0b7;
--color-3: #f288b4;
--color-4: #e76e91;
--color-5: #d84f6d;
}

Pink Confusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7c5, #f3a0b7, #f288b4, #e76e91, #d84f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7c5, #f3a0b7, #f288b4, #e76e91, #d84f6d);
}

Pink Confusion color palette created on .