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