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