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