Shades of Cobalt Color Palette

Discover the beautiful Shades of Cobalt color palette featuring cobalt (#0048ad), science blue (#0066cc), azure radiance (#0099ff), picton blue (#34b5e5) and anakiwa (#99ccff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Spring, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Shades of Cobalt color palette CSS

/* CSS */
.color-1 {
color: #0048ad;
}
.color-2 {
color: #0066cc;
}
.color-3 {
color: #0099ff;
}
.color-4 {
color: #34b5e5;
}
.color-5 {
color: #99ccff;
}

/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #0066cc;
--color-3: #0099ff;
--color-4: #34b5e5;
--color-5: #99ccff;
}

🌈 Shades of Cobalt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #0066cc, #0099ff, #34b5e5, #99ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #0066cc, #0099ff, #34b5e5, #99ccff);
}

Shades of Cobalt color palette created on .