Crystal Color Palette

Discover the beautiful Crystal color palette featuring picton blue (#45cef7), malibu (#54b1f8), anakiwa (#9edafa), tropical blue (#bce2f5) and mint tulip (#bde7f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cool, Spring, Teal, Tropical, 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 Crystal palette

Share this palette to:

💻 Crystal color palette CSS

/* CSS */
.color-1 {
color: #45cef7;
}
.color-2 {
color: #54b1f8;
}
.color-3 {
color: #9edafa;
}
.color-4 {
color: #bce2f5;
}
.color-5 {
color: #bde7f5;
}

/* CSS Variables */
:root {
--color-1: #45cef7;
--color-2: #54b1f8;
--color-3: #9edafa;
--color-4: #bce2f5;
--color-5: #bde7f5;
}

🌈 Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45cef7, #54b1f8, #9edafa, #bce2f5, #bde7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45cef7, #54b1f8, #9edafa, #bce2f5, #bde7f5);
}

Crystal color palette created on .