Red and Blue Jester Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Blue Jester palette

Share this palette to:

Red and Blue Jester color palette CSS

/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #007c8f;
}
.color-5 {
color: #d7b2d5;
}

/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #f5a300;
--color-3: #0095b3;
--color-4: #007c8f;
--color-5: #d7b2d5;
}

Red and Blue Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #f5a300, #0095b3, #007c8f, #d7b2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #f5a300, #0095b3, #007c8f, #d7b2d5);
}

Red and Blue Jester color palette created on .