Pink Coquette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Coquette palette

Share this palette to:

Pink Coquette color palette CSS

/* CSS */
.color-1 {
color: #f4b3c4;
}
.color-2 {
color: #f9c3ce;
}
.color-3 {
color: #f8e2ea;
}
.color-4 {
color: #f5b6f7;
}
.color-5 {
color: #d499eb;
}

/* CSS Variables */
:root {
--color-1: #f4b3c4;
--color-2: #f9c3ce;
--color-3: #f8e2ea;
--color-4: #f5b6f7;
--color-5: #d499eb;
}

Pink Coquette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b3c4, #f9c3ce, #f8e2ea, #f5b6f7, #d499eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b3c4, #f9c3ce, #f8e2ea, #f5b6f7, #d499eb);
}

Pink Coquette color palette created on .