Pink Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Elegance palette
Pink Elegance color palette CSS
/* CSS */
.color-1 {
color: #ab4f7e;
}
.color-2 {
color: #d57c9a;
}
.color-3 {
color: #e3a1c5;
}
.color-4 {
color: #f7b1d4;
}
.color-5 {
color: #f5c2e7;
}
/* CSS Variables */
:root {
--color-1: #ab4f7e;
--color-2: #d57c9a;
--color-3: #e3a1c5;
--color-4: #f7b1d4;
--color-5: #f5c2e7;
}
Pink Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4f7e, #d57c9a, #e3a1c5, #f7b1d4, #f5c2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4f7e, #d57c9a, #e3a1c5, #f7b1d4, #f5c2e7);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Pink Elegance color palette created on .