Pink Cotton Candy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cotton Candy palette

Share this palette to:

Pink Cotton Candy color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff99c9;
}
.color-3 {
color: #ff85ba;
}
.color-4 {
color: #ff7099;
}
.color-5 {
color: #ff5c8f;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff99c9;
--color-3: #ff85ba;
--color-4: #ff7099;
--color-5: #ff5c8f;
}

Pink Cotton Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff99c9, #ff85ba, #ff7099, #ff5c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff99c9, #ff85ba, #ff7099, #ff5c8f);
}

Pink Cotton Candy color palette created on .