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: #f8c9d4;
}
.color-2 {
color: #ffb5b3;
}
.color-3 {
color: #ffe4b3;
}
.color-4 {
color: #b4e4d4;
}
.color-5 {
color: #c2d0e5;
}
/* CSS Variables */
:root {
--color-1: #f8c9d4;
--color-2: #ffb5b3;
--color-3: #ffe4b3;
--color-4: #b4e4d4;
--color-5: #c2d0e5;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d4, #ffb5b3, #ffe4b3, #b4e4d4, #c2d0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d4, #ffb5b3, #ffe4b3, #b4e4d4, #c2d0e5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pastel Pink color palette created on .