Cheery Pastel Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheery Pastel Pink palette

Share this palette to:

Cheery Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #a8e1fa;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ff8a92;
}
.color-5 {
color: #c0bfe8;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #a8e1fa;
--color-3: #ffec3d;
--color-4: #ff8a92;
--color-5: #c0bfe8;
}

Cheery Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #a8e1fa, #ffec3d, #ff8a92, #c0bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #a8e1fa, #ffec3d, #ff8a92, #c0bfe8);
}

Cheery Pastel Pink color palette created on .