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: #f6a2a2;
}
.color-2 {
color: #f4c29a;
}
.color-3 {
color: #e0e6a7;
}
.color-4 {
color: #a6d8b0;
}
.color-5 {
color: #a2c8e7;
}
/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f4c29a;
--color-3: #e0e6a7;
--color-4: #a6d8b0;
--color-5: #a2c8e7;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f4c29a, #e0e6a7, #a6d8b0, #a2c8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f4c29a, #e0e6a7, #a6d8b0, #a2c8e7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Pink color palette created on .