Soft Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink color palette PNG image
Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #e8d1bf;
}
.color-4 {
color: #f3e6c9;
}
.color-5 {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4c3c3;
--color-3: #e8d1bf;
--color-4: #f3e6c9;
--color-5: #f9e1a4;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4c3c3, #e8d1bf, #f3e6c9, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4c3c3, #e8d1bf, #f3e6c9, #f9e1a4);
}
Similar color palettes
Soft Pink color palette created on .