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