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