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