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