Carnival Jester Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Carnival Jester palette

Share this palette to:

Carnival Jester color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffde5c;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #c72929;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffde5c;
--color-4: #4cae4f;
--color-5: #c72929;
}

Carnival Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffde5c, #4cae4f, #c72929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffde5c, #4cae4f, #c72929);
}

Carnival Jester color palette created on .