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