Pearlescent Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pearlescent Pink palette
Pearlescent Pink color palette CSS
/* CSS */
.color-1 {
color: #f4c3d1;
}
.color-2 {
color: #f9e5ae;
}
.color-3 {
color: #a5d7e3;
}
.color-4 {
color: #b59dd8;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #f4c3d1;
--color-2: #f9e5ae;
--color-3: #a5d7e3;
--color-4: #b59dd8;
--color-5: #ffadad;
}
Pearlescent Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d1, #f9e5ae, #a5d7e3, #b59dd8, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d1, #f9e5ae, #a5d7e3, #b59dd8, #ffadad);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pearlescent Pink color palette created on .