Blue Jay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Jay palette

Share this palette to:

Blue Jay color palette CSS

/* CSS */
.color-1 {
color: #2f8bc1;
}
.color-2 {
color: #4abf79;
}
.color-3 {
color: #f6c76a;
}
.color-4 {
color: #f88a2a;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #2f8bc1;
--color-2: #4abf79;
--color-3: #f6c76a;
--color-4: #f88a2a;
--color-5: #e74d3c;
}

Blue Jay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f8bc1, #4abf79, #f6c76a, #f88a2a, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f8bc1, #4abf79, #f6c76a, #f88a2a, #e74d3c);
}

Blue Jay color palette created on .