Pink Cute Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cute palette

Share this palette to:

Pink Cute color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff998a;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ffadad;
--color-4: #ff998a;
--color-5: #ff3d5a;
}

Pink Cute background gradient CSS

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

Pink Cute color palette created on .