Colorful Pop Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Pop palette
Download Colorful Pop Color Palette (PNG)
Colorful Pop color palette CSS
/* CSS */
.color-1 {
color: #ef4ebc;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--color-1: #ef4ebc;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #6ed4cf;
--color-5: #5c4b8b;
}
Colorful Pop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}
Similar color palettes
Colorful Pop color palette created on .