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