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