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