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