Celestial Drift Color Palette

Discover the beautiful Celestial Drift color palette featuring hoki (#5f8c9b), casper (#a0c5ca), pancho (#f1d5b6), rajah (#fbae6a) and burnt sienna (#e66b4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Summer 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 Celestial Drift palette

Share this palette to:

💻 Celestial Drift color palette CSS

/* CSS */
.color-1 {
color: #5f8c9b;
}
.color-2 {
color: #a0c5ca;
}
.color-3 {
color: #f1d5b6;
}
.color-4 {
color: #fbae6a;
}
.color-5 {
color: #e66b4c;
}

/* CSS Variables */
:root {
--color-1: #5f8c9b;
--color-2: #a0c5ca;
--color-3: #f1d5b6;
--color-4: #fbae6a;
--color-5: #e66b4c;
}

🌈 Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f8c9b, #a0c5ca, #f1d5b6, #fbae6a, #e66b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f8c9b, #a0c5ca, #f1d5b6, #fbae6a, #e66b4c);
}

Celestial Drift color palette created on .