Pink Coquette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Coquette palette
Pink Coquette color palette CSS
/* CSS */
.color-1 {
color: #f8e5e2;
}
.color-2 {
color: #f1b1c2;
}
.color-3 {
color: #f4a4b7;
}
.color-4 {
color: #e996ba;
}
.color-5 {
color: #d57bae;
}
/* CSS Variables */
:root {
--color-1: #f8e5e2;
--color-2: #f1b1c2;
--color-3: #f4a4b7;
--color-4: #e996ba;
--color-5: #d57bae;
}
Pink Coquette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5e2, #f1b1c2, #f4a4b7, #e996ba, #d57bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5e2, #f1b1c2, #f4a4b7, #e996ba, #d57bae);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Pink Coquette color palette created on .