Blue Armor Color Palette
Discover the beautiful Blue Armor color palette featuring regent st blue (#a9c8e0), botticelli (#c4d6e4), black squeeze (#e8f1f7), corvette (#f9d6a4) and sandy brown (#f28b69).
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 Armor palette
💻 Blue Armor color palette CSS
/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #c4d6e4;
}
.color-3 {
color: #e8f1f7;
}
.color-4 {
color: #f9d6a4;
}
.color-5 {
color: #f28b69;
}
/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #c4d6e4;
--color-3: #e8f1f7;
--color-4: #f9d6a4;
--color-5: #f28b69;
} 🌈 Blue Armor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #c4d6e4, #e8f1f7, #f9d6a4, #f28b69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #c4d6e4, #e8f1f7, #f9d6a4, #f28b69);
} 🔗 Explore similar color palettes
Blue Armor color palette created on .