Celestial Ocean Color Palette

Discover the beautiful Celestial Ocean color palette featuring titan white (#efecfe), blue chalk (#e6e1fe), fog (#dcdcfe), periwinkle (#cdcefe) and malibu (#60bffb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Light, Soft, Blue, Cool, Pastel, Bright, Modern, Minimalist, 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 Ocean palette

Share this palette to:

💻 Celestial Ocean color palette CSS

/* CSS */
.color-1 {
color: #efecfe;
}
.color-2 {
color: #e6e1fe;
}
.color-3 {
color: #dcdcfe;
}
.color-4 {
color: #cdcefe;
}
.color-5 {
color: #60bffb;
}

/* CSS Variables */
:root {
--color-1: #efecfe;
--color-2: #e6e1fe;
--color-3: #dcdcfe;
--color-4: #cdcefe;
--color-5: #60bffb;
}

🌈 Celestial Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efecfe, #e6e1fe, #dcdcfe, #cdcefe, #60bffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efecfe, #e6e1fe, #dcdcfe, #cdcefe, #60bffb);
}

Celestial Ocean color palette created on .