Pearl Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pearl Pink palette
Pearl Pink color palette CSS
/* CSS */
.color-1 {
color: #f7e4d9;
}
.color-2 {
color: #e3b9b5;
}
.color-3 {
color: #d5a5c5;
}
.color-4 {
color: #b7d6e6;
}
.color-5 {
color: #a6e7e1;
}
/* CSS Variables */
:root {
--color-1: #f7e4d9;
--color-2: #e3b9b5;
--color-3: #d5a5c5;
--color-4: #b7d6e6;
--color-5: #a6e7e1;
}
Pearl Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e4d9, #e3b9b5, #d5a5c5, #b7d6e6, #a6e7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e4d9, #e3b9b5, #d5a5c5, #b7d6e6, #a6e7e1);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Pearl Pink color palette created on .