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