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: #f7c5d5;
}
.color-2 {
color: #e4b58b;
}
.color-3 {
color: #d4a154;
}
.color-4 {
color: #aac7e9;
}
.color-5 {
color: #f0e2b2;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #e4b58b;
--color-3: #d4a154;
--color-4: #aac7e9;
--color-5: #f0e2b2;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #e4b58b, #d4a154, #aac7e9, #f0e2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #e4b58b, #d4a154, #aac7e9, #f0e2b2);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Pastel Pink color palette created on .