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: #f3a5c0;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #a0d9a7;
}
.color-5 {
color: #6cb4e4;
}
/* CSS Variables */
:root {
--color-1: #f3a5c0;
--color-2: #f7d7a6;
--color-3: #f9e59f;
--color-4: #a0d9a7;
--color-5: #6cb4e4;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c0, #f7d7a6, #f9e59f, #a0d9a7, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c0, #f7d7a6, #f9e59f, #a0d9a7, #6cb4e4);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Soft Pink color palette created on .