Loading...

Pink Confection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Confection palette

Share this palette to:

Download Pink Confection Color Palette (PNG)

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

Pink Confection color palette CSS

/* CSS */
.color-1 {
color: #fad6a3;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #f269b9;
}
.color-5 {
color: #e74b9c;
}

/* CSS Variables */
:root {
--color-1: #fad6a3;
--color-2: #f9aeae;
--color-3: #f28c8c;
--color-4: #f269b9;
--color-5: #e74b9c;
}

Pink Confection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad6a3, #f9aeae, #f28c8c, #f269b9, #e74b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad6a3, #f9aeae, #f28c8c, #f269b9, #e74b9c);
}

Pink Confection color palette created on .