Space Watcher Color Palette

Discover the beautiful Space Watcher color palette featuring malibu (#66b4f4), shilo (#eac1b8), light orchid (#e490d9), cruise (#c1ecdd) and heliotrope (#a370fa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Pastel, Pink, Soft, Spring, 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 Space Watcher palette

Share this palette to:

💻 Space Watcher color palette CSS

/* CSS */
.color-1 {
color: #66b4f4;
}
.color-2 {
color: #eac1b8;
}
.color-3 {
color: #e490d9;
}
.color-4 {
color: #c1ecdd;
}
.color-5 {
color: #a370fa;
}

/* CSS Variables */
:root {
--color-1: #66b4f4;
--color-2: #eac1b8;
--color-3: #e490d9;
--color-4: #c1ecdd;
--color-5: #a370fa;
}

🌈 Space Watcher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b4f4, #eac1b8, #e490d9, #c1ecdd, #a370fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b4f4, #eac1b8, #e490d9, #c1ecdd, #a370fa);
}

Space Watcher color palette created on .