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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Comet Blue color palette created on .