Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Download Pastel Pink Color Palette (PNG)
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #e0ffff;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #fffacc;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ffd900;
--color-3: #e0ffff;
--color-4: #ffb8c1;
--color-5: #fffacc;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ffd900, #e0ffff, #ffb8c1, #fffacc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ffd900, #e0ffff, #ffb8c1, #fffacc);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pastel Pink color palette created on .