Purple Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Pink palette
Purple Pink color palette PNG image
Purple Pink color palette CSS
/* CSS */
.color-1 {
color: #e92063;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #673ab6;
}
.color-5 {
color: #4051b5;
}
/* CSS Variables */
:root {
--color-1: #e92063;
--color-2: #d6006f;
--color-3: #9b27b0;
--color-4: #673ab6;
--color-5: #4051b5;
}
Purple Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
}
Similar color palettes
Purple Pink color palette created on .