Red Jester Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Jester palette
Red Jester color palette CSS
/* CSS */
.color-1 {
color: #c84f3c;
}
.color-2 {
color: #f0b74c;
}
.color-3 {
color: #f5e19e;
}
.color-4 {
color: #a3c69f;
}
.color-5 {
color: #4c8c2b;
}
/* CSS Variables */
:root {
--color-1: #c84f3c;
--color-2: #f0b74c;
--color-3: #f5e19e;
--color-4: #a3c69f;
--color-5: #4c8c2b;
}
Red Jester background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84f3c, #f0b74c, #f5e19e, #a3c69f, #4c8c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84f3c, #f0b74c, #f5e19e, #a3c69f, #4c8c2b);
}
Similar color palettes
Red Jester color palette created on .