Crystal Song Color Palette

Discover the beautiful Crystal Song color palette featuring regent st blue (#a8d3e1), azalea (#f5b8d1), astra (#f9eab9), mauvelous (#f28c8c) and salmon (#ff8a5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Crystal, Pink, Summer, Teal, Tropical, 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 Song palette

Share this palette to:

💻 Crystal Song color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f5b8d1;
}
.color-3 {
color: #f9eab9;
}
.color-4 {
color: #f28c8c;
}
.color-5 {
color: #ff8a5c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f5b8d1;
--color-3: #f9eab9;
--color-4: #f28c8c;
--color-5: #ff8a5c;
}

🌈 Crystal Song background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f5b8d1, #f9eab9, #f28c8c, #ff8a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f5b8d1, #f9eab9, #f28c8c, #ff8a5c);
}

Crystal Song color palette created on .