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: #fffafd;
}
.color-2 {
color: #fff5f8;
}
.color-3 {
color: #fff3f0;
}
.color-4 {
color: #fffaf0;
}
.color-5 {
color: #fffdf0;
}
/* CSS Variables */
:root {
--color-1: #fffafd;
--color-2: #fff5f8;
--color-3: #fff3f0;
--color-4: #fffaf0;
--color-5: #fffdf0;
}
Pink Coquette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffafd, #fff5f8, #fff3f0, #fffaf0, #fffdf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffafd, #fff5f8, #fff3f0, #fffaf0, #fffdf0);
}
Similar color palettes
Pink Coquette color palette created on .