Blue Jazz Color Palette
Discover the beautiful Blue Jazz color palette featuring bay of many (#1f3c75), wedgewood (#4a7d96), casper (#abc6d4), casablanca (#f7c94b) and mojo (#c64c39).
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 Jazz palette
💻 Blue Jazz color palette CSS
/* CSS */
.color-1 {
color: #1f3c75;
}
.color-2 {
color: #4a7d96;
}
.color-3 {
color: #abc6d4;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #c64c39;
}
/* CSS Variables */
:root {
--color-1: #1f3c75;
--color-2: #4a7d96;
--color-3: #abc6d4;
--color-4: #f7c94b;
--color-5: #c64c39;
}
🌈 Blue Jazz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c75, #4a7d96, #abc6d4, #f7c94b, #c64c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c75, #4a7d96, #abc6d4, #f7c94b, #c64c39);
}
🔗 Explore similar color palettes
Blue Jazz color palette created on .