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: #f7b1b4;
}
.color-2 {
color: #f3e3b4;
}
.color-3 {
color: #b1e7e6;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #deb1f7;
}
/* CSS Variables */
:root {
--color-1: #f7b1b4;
--color-2: #f3e3b4;
--color-3: #b1e7e6;
--color-4: #a3c2e0;
--color-5: #deb1f7;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b4, #f3e3b4, #b1e7e6, #a3c2e0, #deb1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b4, #f3e3b4, #b1e7e6, #a3c2e0, #deb1f7);
}
Similar color palettes
Pastel Pink color palette created on .