Celestial Dance Color Palette

Discover the beautiful Celestial Dance color palette featuring candlelight (#f9d624), orange (#ff6d1f), california (#ff9900), radical red (#ff3d6e) and chambray (#3c4a9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Sunset, Orange, Yellow, Retro 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 Dance palette

Share this palette to:

💻 Celestial Dance color palette CSS

/* CSS */
.color-1 {
color: #f9d624;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff3d6e;
}
.color-5 {
color: #3c4a9a;
}

/* CSS Variables */
:root {
--color-1: #f9d624;
--color-2: #ff6d1f;
--color-3: #ff9900;
--color-4: #ff3d6e;
--color-5: #3c4a9a;
}

🌈 Celestial Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d624, #ff6d1f, #ff9900, #ff3d6e, #3c4a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d624, #ff6d1f, #ff9900, #ff3d6e, #3c4a9a);
}

Celestial Dance color palette created on .