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: #f6c6d2;
}
.color-2 {
color: #f1a7b1;
}
.color-3 {
color: #e57b9e;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #b54a7a;
}

/* CSS Variables */
:root {
--color-1: #f6c6d2;
--color-2: #f1a7b1;
--color-3: #e57b9e;
--color-4: #d45e8b;
--color-5: #b54a7a;
}

Pink Coquette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d2, #f1a7b1, #e57b9e, #d45e8b, #b54a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d2, #f1a7b1, #e57b9e, #d45e8b, #b54a7a);
}

Pink Coquette color palette created on .