Blue Jay Color Palette
Discover the beautiful Blue Jay color palette featuring cornflower (#8cb9e8), fountain blue (#5c9bc1), astral (#2e7d99), fruit salad (#4c9a4e) and deco (#c8d47d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blue Jay palette
💻 Blue Jay color palette CSS
/* CSS */
.color-1 {
color: #8cb9e8;
}
.color-2 {
color: #5c9bc1;
}
.color-3 {
color: #2e7d99;
}
.color-4 {
color: #4c9a4e;
}
.color-5 {
color: #c8d47d;
}
/* CSS Variables */
:root {
--color-1: #8cb9e8;
--color-2: #5c9bc1;
--color-3: #2e7d99;
--color-4: #4c9a4e;
--color-5: #c8d47d;
} 🌈 Blue Jay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cb9e8, #5c9bc1, #2e7d99, #4c9a4e, #c8d47d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cb9e8, #5c9bc1, #2e7d99, #4c9a4e, #c8d47d);
} 🔗 Explore similar color palettes
Blue Jay color palette created on .