Candy Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Pink palette

Share this palette to:

Candy Pink color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffd980;
}
.color-3 {
color: #ff9985;
}
.color-4 {
color: #ffb3d9;
}
.color-5 {
color: #ff4d7f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffd980;
--color-3: #ff9985;
--color-4: #ffb3d9;
--color-5: #ff4d7f;
}

Candy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffd980, #ff9985, #ffb3d9, #ff4d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffd980, #ff9985, #ffb3d9, #ff4d7f);
}

Candy Pink color palette created on .