Celestial Reflection Color Palette

Discover the beautiful Celestial Reflection color palette featuring whisper (#e8e8f3), heather (#b4c0cf), viking (#79b7d8), fountain blue (#5daac6) and boston blue (#3b8dba).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Reflection color palette CSS

/* CSS */
.color-1 {
color: #e8e8f3;
}
.color-2 {
color: #b4c0cf;
}
.color-3 {
color: #79b7d8;
}
.color-4 {
color: #5daac6;
}
.color-5 {
color: #3b8dba;
}

/* CSS Variables */
:root {
--color-1: #e8e8f3;
--color-2: #b4c0cf;
--color-3: #79b7d8;
--color-4: #5daac6;
--color-5: #3b8dba;
}

🌈 Celestial Reflection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e8f3, #b4c0cf, #79b7d8, #5daac6, #3b8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e8f3, #b4c0cf, #79b7d8, #5daac6, #3b8dba);
}

Celestial Reflection color palette created on .