Jester's Mischief Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jester's Mischief palette
Jester's Mischief color palette CSS
/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #3dff3d;
}
.color-5 {
color: #3dffcf;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff9b3d;
--color-3: #ffcf3d;
--color-4: #3dff3d;
--color-5: #3dffcf;
}
Jester's Mischief background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff9b3d, #ffcf3d, #3dff3d, #3dffcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff9b3d, #ffcf3d, #3dff3d, #3dffcf);
}
Similar color palettes
Jester's Mischief color palette created on .