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