Pretty Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pretty Pink palette

Share this palette to:

Pretty Pink color palette CSS

/* CSS */
.color-1 {
color: #ffc5c2;
}
.color-2 {
color: #ffb5b3;
}
.color-3 {
color: #ff9999;
}
.color-4 {
color: #ff708a;
}
.color-5 {
color: #ff4d6d;
}

/* CSS Variables */
:root {
--color-1: #ffc5c2;
--color-2: #ffb5b3;
--color-3: #ff9999;
--color-4: #ff708a;
--color-5: #ff4d6d;
}

Pretty Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc5c2, #ffb5b3, #ff9999, #ff708a, #ff4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc5c2, #ffb5b3, #ff9999, #ff708a, #ff4d6d);
}

Pretty Pink color palette created on .