Crystal Color Palette

Discover the beautiful Crystal color palette featuring blizzard blue (#9dddf1), chantilly (#f4b6e1), manhattan (#f8c7a7), koromiko (#ffbe5e) and flamingo (#f8602e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Orange, Peach, Pink, Soft, Spring, Vibrant, Yellow 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: #9dddf1;
}
.color-2 {
color: #f4b6e1;
}
.color-3 {
color: #f8c7a7;
}
.color-4 {
color: #ffbe5e;
}
.color-5 {
color: #f8602e;
}

/* CSS Variables */
:root {
--color-1: #9dddf1;
--color-2: #f4b6e1;
--color-3: #f8c7a7;
--color-4: #ffbe5e;
--color-5: #f8602e;
}

🌈 Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dddf1, #f4b6e1, #f8c7a7, #ffbe5e, #f8602e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dddf1, #f4b6e1, #f8c7a7, #ffbe5e, #f8602e);
}

Crystal color palette created on .