Celestial Cascade Color Palette

Discover the beautiful Celestial Cascade color palette featuring cornflower blue (#4d6ef5), cornflower blue (#6a8fec), jordy blue (#8eb4f0), sail (#b0d4f7) and solitude (#e5f4ff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Cascade color palette CSS

/* CSS */
.color-1 {
color: #4d6ef5;
}
.color-2 {
color: #6a8fec;
}
.color-3 {
color: #8eb4f0;
}
.color-4 {
color: #b0d4f7;
}
.color-5 {
color: #e5f4ff;
}

/* CSS Variables */
:root {
--color-1: #4d6ef5;
--color-2: #6a8fec;
--color-3: #8eb4f0;
--color-4: #b0d4f7;
--color-5: #e5f4ff;
}

🌈 Celestial Cascade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6ef5, #6a8fec, #8eb4f0, #b0d4f7, #e5f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6ef5, #6a8fec, #8eb4f0, #b0d4f7, #e5f4ff);
}

Celestial Cascade color palette created on .