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