Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #ffcdcc;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #9fd65c;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ffcdcc;
--color-2: #ffe3b3;
--color-3: #ffec3d;
--color-4: #9fd65c;
--color-5: #ff6e61;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdcc, #ffe3b3, #ffec3d, #9fd65c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdcc, #ffe3b3, #ffec3d, #9fd65c, #ff6e61);
}
Similar color palettes
Scroll down to explore 80+ Pastel color palettes
Pastel Pink color palette created on .