Electric Jester Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Jester palette

Share this palette to:

Electric Jester color palette CSS

/* CSS */
.color-1 {
color: #1f3e5c;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #79aac8;
}
.color-4 {
color: #b9e2f3;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #1f3e5c;
--color-2: #4b7c9b;
--color-3: #79aac8;
--color-4: #b9e2f3;
--color-5: #f5c400;
}

Electric Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3e5c, #4b7c9b, #79aac8, #b9e2f3, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3e5c, #4b7c9b, #79aac8, #b9e2f3, #f5c400);
}

Electric Jester color palette created on .