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: #f6a8a2;
}
.color-2 {
color: #fbd4a2;
}
.color-3 {
color: #f9d88b;
}
.color-4 {
color: #a1d9a5;
}
.color-5 {
color: #6eaf9d;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #fbd4a2;
--color-3: #f9d88b;
--color-4: #a1d9a5;
--color-5: #6eaf9d;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #fbd4a2, #f9d88b, #a1d9a5, #6eaf9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #fbd4a2, #f9d88b, #a1d9a5, #6eaf9d);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Soft Pink color palette created on .