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