Blue System Color Palette
Discover the beautiful Blue System color palette featuring biscay (#1e396b), chambray (#3b5e9b), ship cove (#6e8fb9), pigeon post (#a5b9d5) and marzipan (#f7e3a1).
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 System palette
💻 Blue System color palette CSS
/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #3b5e9b;
}
.color-3 {
color: #6e8fb9;
}
.color-4 {
color: #a5b9d5;
}
.color-5 {
color: #f7e3a1;
}
/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #3b5e9b;
--color-3: #6e8fb9;
--color-4: #a5b9d5;
--color-5: #f7e3a1;
}
🌈 Blue System background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #3b5e9b, #6e8fb9, #a5b9d5, #f7e3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #3b5e9b, #6e8fb9, #a5b9d5, #f7e3a1);
}
🔗 Explore similar color palettes
Blue System color palette created on .