Pink Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cream palette
Pink Cream color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d69abd;
}
.color-3 {
color: #b77b9d;
}
.color-4 {
color: #f5b7c7;
}
.color-5 {
color: #f1e3df;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d69abd;
--color-3: #b77b9d;
--color-4: #f5b7c7;
--color-5: #f1e3df;
}
Pink Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d69abd, #b77b9d, #f5b7c7, #f1e3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d69abd, #b77b9d, #f5b7c7, #f1e3df);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Cream color palette created on .