Jester Crow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jester Crow palette
Jester Crow color palette PNG image
Jester Crow color palette CSS
/* CSS */
.color-1 {
color: #26175e;
}
.color-2 {
color: #54289a;
}
.color-3 {
color: #992959;
}
.color-4 {
color: #d5840b;
}
.color-5 {
color: #d3b831;
}
/* CSS Variables */
:root {
--color-1: #26175e;
--color-2: #54289a;
--color-3: #992959;
--color-4: #d5840b;
--color-5: #d3b831;
}
Jester Crow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26175e, #54289a, #992959, #d5840b, #d3b831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26175e, #54289a, #992959, #d5840b, #d3b831);
}
Similar color palettes
Jester Crow color palette created on .