Crystaline Color Palette

Discover the beautiful Crystaline color palette featuring catskill white (#e6eff4), botticelli (#d0e0e6), botticelli (#c6dbe2), ziggurat (#b8d4db) and casper (#afc9d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Coastal, Light, Muted, Soft, 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 Crystaline palette

Share this palette to:

💻 Crystaline color palette CSS

/* CSS */
.color-1 {
color: #e6eff4;
}
.color-2 {
color: #d0e0e6;
}
.color-3 {
color: #c6dbe2;
}
.color-4 {
color: #b8d4db;
}
.color-5 {
color: #afc9d4;
}

/* CSS Variables */
:root {
--color-1: #e6eff4;
--color-2: #d0e0e6;
--color-3: #c6dbe2;
--color-4: #b8d4db;
--color-5: #afc9d4;
}

🌈 Crystaline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6eff4, #d0e0e6, #c6dbe2, #b8d4db, #afc9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6eff4, #d0e0e6, #c6dbe2, #b8d4db, #afc9d4);
}

Crystaline color palette created on .