Pink Looey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Looey palette

Share this palette to:

Pink Looey color palette CSS

/* CSS */
.color-1 {
color: #f9d09f;
}
.color-2 {
color: #f2b6a1;
}
.color-3 {
color: #f28c95;
}
.color-4 {
color: #c45a99;
}
.color-5 {
color: #6b4a82;
}

/* CSS Variables */
:root {
--color-1: #f9d09f;
--color-2: #f2b6a1;
--color-3: #f28c95;
--color-4: #c45a99;
--color-5: #6b4a82;
}

Pink Looey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d09f, #f2b6a1, #f28c95, #c45a99, #6b4a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d09f, #f2b6a1, #f28c95, #c45a99, #6b4a82);
}

Pink Looey color palette created on .