Comet Color Palette

Discover the beautiful Comet color palette featuring santas gray (#9da1b9), cadet blue (#b1b5c9), ghost (#c9cbd9), athens gray (#e6e7ef) and white lilac (#f3f4fb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Light, Soft, Muted, Neutral, Aesthetic, Modern, Bright, Winter 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 palette

Share this palette to:

💻 Comet color palette CSS

/* CSS */
.color-1 {
color: #9da1b9;
}
.color-2 {
color: #b1b5c9;
}
.color-3 {
color: #c9cbd9;
}
.color-4 {
color: #e6e7ef;
}
.color-5 {
color: #f3f4fb;
}

/* CSS Variables */
:root {
--color-1: #9da1b9;
--color-2: #b1b5c9;
--color-3: #c9cbd9;
--color-4: #e6e7ef;
--color-5: #f3f4fb;
}

🌈 Comet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9da1b9, #b1b5c9, #c9cbd9, #e6e7ef, #f3f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9da1b9, #b1b5c9, #c9cbd9, #e6e7ef, #f3f4fb);
}

Comet color palette created on .