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: #f7b1a6;
}
.color-2 {
color: #f7d28d;
}
.color-3 {
color: #f3e7be;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #a3c3e0;
}
/* CSS Variables */
:root {
--color-1: #f7b1a6;
--color-2: #f7d28d;
--color-3: #f3e7be;
--color-4: #a8e6cf;
--color-5: #a3c3e0;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a6, #f7d28d, #f3e7be, #a8e6cf, #a3c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a6, #f7d28d, #f3e7be, #a8e6cf, #a3c3e0);
}
Similar color palettes
Soft Pink color palette created on .