Ugly Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ugly Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ugly Pink Color Palette (PNG)
Ugly Pink color palette CSS
/* CSS */
.color-1 {
color: #8d4d9d;
}
.color-2 {
color: #b4c9e4;
}
.color-3 {
color: #f2bd78;
}
.color-4 {
color: #f69c6f;
}
.color-5 {
color: #d05d8d;
}
/* CSS Variables */
:root {
--color-1: #8d4d9d;
--color-2: #b4c9e4;
--color-3: #f2bd78;
--color-4: #f69c6f;
--color-5: #d05d8d;
}
Ugly Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d4d9d, #b4c9e4, #f2bd78, #f69c6f, #d05d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d4d9d, #b4c9e4, #f2bd78, #f69c6f, #d05d8d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Ugly Pink color palette created on .