Soft Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pastel Pink palette
Soft Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f3c8a5;
}
.color-3 {
color: #f0e19e;
}
.color-4 {
color: #b5ed97;
}
.color-5 {
color: #8cc6e8;
}
/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f3c8a5;
--color-3: #f0e19e;
--color-4: #b5ed97;
--color-5: #8cc6e8;
}
Soft Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f3c8a5, #f0e19e, #b5ed97, #8cc6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f3c8a5, #f0e19e, #b5ed97, #8cc6e8);
}
Similar color palettes
Soft Pastel Pink color palette created on .