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