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: #f7b3a6;
}
.color-2 {
color: #f1c6c6;
}
.color-3 {
color: #f4e0ae;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #74c8b3;
}
/* CSS Variables */
:root {
--color-1: #f7b3a6;
--color-2: #f1c6c6;
--color-3: #f4e0ae;
--color-4: #a3d7e0;
--color-5: #74c8b3;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b3a6, #f1c6c6, #f4e0ae, #a3d7e0, #74c8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b3a6, #f1c6c6, #f4e0ae, #a3d7e0, #74c8b3);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Soft Pink color palette created on .