Blue Jay Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Jay palette
Blue Jay color palette CSS
/* CSS */
.color-1 {
color: #209dcb;
}
.color-2 {
color: #5bc2d7;
}
.color-3 {
color: #8ef1e2;
}
.color-4 {
color: #f6d14c;
}
.color-5 {
color: #f26f3a;
}
/* CSS Variables */
:root {
--color-1: #209dcb;
--color-2: #5bc2d7;
--color-3: #8ef1e2;
--color-4: #f6d14c;
--color-5: #f26f3a;
}
Blue Jay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #209dcb, #5bc2d7, #8ef1e2, #f6d14c, #f26f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #209dcb, #5bc2d7, #8ef1e2, #f6d14c, #f26f3a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Jay color palette created on .