Jojo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jojo palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jojo Color Palette (PNG)
Jojo color palette CSS
/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #f9b1ae;
}
.color-3 {
color: #e7b6e1;
}
.color-4 {
color: #b3a1e3;
}
.color-5 {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #f9b1ae;
--color-3: #e7b6e1;
--color-4: #b3a1e3;
--color-5: #a8d3e1;
}
Jojo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #f9b1ae, #e7b6e1, #b3a1e3, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #f9b1ae, #e7b6e1, #b3a1e3, #a8d3e1);
}
Similar color palettes
Jojo color palette created on .