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: #e7cad4;
}
.color-2 {
color: #f2e2d4;
}
.color-3 {
color: #f6f9d7;
}
.color-4 {
color: #d7efd7;
}
.color-5 {
color: #a7c6e7;
}
/* CSS Variables */
:root {
--color-1: #e7cad4;
--color-2: #f2e2d4;
--color-3: #f6f9d7;
--color-4: #d7efd7;
--color-5: #a7c6e7;
}
Pearlescent Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cad4, #f2e2d4, #f6f9d7, #d7efd7, #a7c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cad4, #f2e2d4, #f6f9d7, #d7efd7, #a7c6e7);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Pearlescent Pink color palette created on .