Colorful Jester Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Jester palette
Colorful Jester color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d94f45;
}
.color-3 {
color: #5e4b8b;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f4c543;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d94f45;
--color-3: #5e4b8b;
--color-4: #4b91e2;
--color-5: #f4c543;
}
Colorful Jester background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d94f45, #5e4b8b, #4b91e2, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d94f45, #5e4b8b, #4b91e2, #f4c543);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Colorful Jester color palette created on .