Soft Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6d1b6;
}
.color-3 {
color: #f2e9ca;
}
.color-4 {
color: #b8e0d2;
}
.color-5 {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6d1b6;
--color-3: #f2e9ca;
--color-4: #b8e0d2;
--color-5: #a6c6ed;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6d1b6, #f2e9ca, #b8e0d2, #a6c6ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6d1b6, #f2e9ca, #b8e0d2, #a6c6ed);
}
Similar color palettes
Scroll down to explore 500+ Soft color palettes
Soft Pink color palette created on .