Cute Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cute Pink palette

Share this palette to:

Cute Pink color palette CSS

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ffc2a3;
}
.color-3 {
color: #fff5b3;
}
.color-4 {
color: #a7e2d4;
}
.color-5 {
color: #b3d5ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ffc2a3;
--color-3: #fff5b3;
--color-4: #a7e2d4;
--color-5: #b3d5ff;
}

Cute Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ffc2a3, #fff5b3, #a7e2d4, #b3d5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ffc2a3, #fff5b3, #a7e2d4, #b3d5ff);
}

Cute Pink color palette created on .