Bright Jester Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Jester Red palette

Share this palette to:

Bright Jester Red color palette CSS

/* CSS */
.color-1 {
color: #9b1c2f;
}
.color-2 {
color: #f45f25;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f9ed80;
}
.color-5 {
color: #1d4f8b;
}

/* CSS Variables */
:root {
--color-1: #9b1c2f;
--color-2: #f45f25;
--color-3: #f5a300;
--color-4: #f9ed80;
--color-5: #1d4f8b;
}

Bright Jester Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c2f, #f45f25, #f5a300, #f9ed80, #1d4f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c2f, #f45f25, #f5a300, #f9ed80, #1d4f8b);
}

Bright Jester Red color palette created on .