Comet Blue Color Palette

Discover the beautiful Comet Blue color palette featuring comet (#5c5d75), gray chateau (#a1a6b5), catskill white (#e3e7f2), corvette (#f8d1a5) and geraldine (#f89c8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Gray, Bright, Light 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 Comet Blue palette

Share this palette to:

๐Ÿ’ป Comet Blue color palette CSS

/* CSS */
.color-1 {
color: #5c5d75;
}
.color-2 {
color: #a1a6b5;
}
.color-3 {
color: #e3e7f2;
}
.color-4 {
color: #f8d1a5;
}
.color-5 {
color: #f89c8b;
}

/* CSS Variables */
:root {
--color-1: #5c5d75;
--color-2: #a1a6b5;
--color-3: #e3e7f2;
--color-4: #f8d1a5;
--color-5: #f89c8b;
}

๐ŸŒˆ Comet Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c5d75, #a1a6b5, #e3e7f2, #f8d1a5, #f89c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c5d75, #a1a6b5, #e3e7f2, #f8d1a5, #f89c8b);
}

Comet Blue color palette created on .