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