Atlas Color Palette
Discover the beautiful Atlas color palette featuring horizon (#5a7fa0), cadet blue (#a5b3c0), botticelli (#c7d4e1), new orleans (#f3dfa5) and ronchi (#f0b14c).
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 Atlas palette
💻 Atlas color palette CSS
/* CSS */
.color-1 {
color: #5a7fa0;
}
.color-2 {
color: #a5b3c0;
}
.color-3 {
color: #c7d4e1;
}
.color-4 {
color: #f3dfa5;
}
.color-5 {
color: #f0b14c;
}
/* CSS Variables */
:root {
--color-1: #5a7fa0;
--color-2: #a5b3c0;
--color-3: #c7d4e1;
--color-4: #f3dfa5;
--color-5: #f0b14c;
}
🌈 Atlas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7fa0, #a5b3c0, #c7d4e1, #f3dfa5, #f0b14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7fa0, #a5b3c0, #c7d4e1, #f3dfa5, #f0b14c);
}
🔗 Explore similar color palettes
Atlas color palette created on .