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