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 PNG image

Download pink coquette color palette PNG image (landscape)
Download pink coquette color palette PNG image (square)

Pink Coquette color palette CSS

/* CSS */
.color-1 {
color: #fde8ee;
}
.color-2 {
color: #fdd8dd;
}
.color-3 {
color: #fdc9d0;
}
.color-4 {
color: #fab7c6;
}
.color-5 {
color: #f5a8ba;
}

/* CSS Variables */
:root {
--color-1: #fde8ee;
--color-2: #fdd8dd;
--color-3: #fdc9d0;
--color-4: #fab7c6;
--color-5: #f5a8ba;
}

Pink Coquette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde8ee, #fdd8dd, #fdc9d0, #fab7c6, #f5a8ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde8ee, #fdd8dd, #fdc9d0, #fab7c6, #f5a8ba);
}

Pink Coquette color palette created on .