Playful Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Playful Pink palette

Share this palette to:

Playful Pink color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #fccb7e;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #ffffff;
--color-3: #000000;
--color-4: #ff6e61;
--color-5: #fccb7e;
}

Playful Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #ffffff, #000000, #ff6e61, #fccb7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #ffffff, #000000, #ff6e61, #fccb7e);
}

Playful Pink color palette created on .