Elegant Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Pink Color Palette (PNG)
Elegant Pink color palette CSS
/* CSS */
.color-1 {
color: #e09fc8;
}
.color-2 {
color: #d7708d;
}
.color-3 {
color: #9a4c9e;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #4b3f73;
}
/* CSS Variables */
:root {
--color-1: #e09fc8;
--color-2: #d7708d;
--color-3: #9a4c9e;
--color-4: #6f2c90;
--color-5: #4b3f73;
}
Elegant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}
Similar color palettes
Elegant Pink color palette created on .