Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pastel Pink Color Palette (PNG)
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #f0b2d6;
}
.color-2 {
color: #f9c8a9;
}
.color-3 {
color: #f5e0a8;
}
.color-4 {
color: #b5e2b1;
}
.color-5 {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--color-1: #f0b2d6;
--color-2: #f9c8a9;
--color-3: #f5e0a8;
--color-4: #b5e2b1;
--color-5: #a8d3e1;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b2d6, #f9c8a9, #f5e0a8, #b5e2b1, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b2d6, #f9c8a9, #f5e0a8, #b5e2b1, #a8d3e1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pastel Pink color palette created on .