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: #ffadd6;
}
.color-2 {
color: #ff7094;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ffec3d;
}
/* CSS Variables */
:root {
--color-1: #ffadd6;
--color-2: #ff7094;
--color-3: #ff4d00;
--color-4: #ffb300;
--color-5: #ffec3d;
}
Pink Coquette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadd6, #ff7094, #ff4d00, #ffb300, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadd6, #ff7094, #ff4d00, #ffb300, #ffec3d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Coquette color palette created on .