Shades of Cobalt Color Palette
Discover the beautiful Shades of Cobalt color palette featuring smalt (#003e94), bahama blue (#006399), lochmara (#0081b8), curious blue (#33a6db) and downy (#71bccc).
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 Shades of Cobalt palette
💻 Shades of Cobalt color palette CSS
/* CSS */
.color-1 {
  color: #003e94;
 }
.color-2 {
  color: #006399;
 }
.color-3 {
  color: #0081b8;
 }
.color-4 {
  color: #33a6db;
 }
.color-5 {
  color: #71bccc;
 }
/* CSS Variables */
:root {
  --color-1: #003e94;
  --color-2: #006399;
  --color-3: #0081b8;
  --color-4: #33a6db;
  --color-5: #71bccc;
 } 🌈 Shades of Cobalt background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #003e94, #006399, #0081b8, #33a6db, #71bccc);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #003e94, #006399, #0081b8, #33a6db, #71bccc);
 } 🔗 Explore similar color palettes
Shades of Cobalt color palette created on .