Jellybean Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jellybean Serenade palette
Jellybean Serenade color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f2b1c4;
}
.color-4 {
color: #f28cb2;
}
.color-5 {
color: #e05c9c;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d000;
--color-3: #f2b1c4;
--color-4: #f28cb2;
--color-5: #e05c9c;
}
Jellybean Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d000, #f2b1c4, #f28cb2, #e05c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d000, #f2b1c4, #f28cb2, #e05c9c);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Jellybean Serenade color palette created on .