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: #fbc8b1;
}
.color-2 {
color: #f9d7ae;
}
.color-3 {
color: #fae8b7;
}
.color-4 {
color: #e8edb0;
}
.color-5 {
color: #d0e2e6;
}
/* CSS Variables */
:root {
--color-1: #fbc8b1;
--color-2: #f9d7ae;
--color-3: #fae8b7;
--color-4: #e8edb0;
--color-5: #d0e2e6;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}
Similar color palettes
Pastel Pink color palette created on .