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: #f9aeae;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #b3d99b;
}
.color-5 {
color: #74a1c3;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cbae;
--color-3: #f1e1a7;
--color-4: #b3d99b;
--color-5: #74a1c3;
}
Soft Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cbae, #f1e1a7, #b3d99b, #74a1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cbae, #f1e1a7, #b3d99b, #74a1c3);
}
Similar color palettes
Soft Pastel Pink color palette created on .