Blue Aster Color Palette

Discover the beautiful Blue Aster color palette featuring cornflower blue (#69abf2), malibu (#8ed3f5), blizzard blue (#a8e3f0), marzipan (#f8e9a0) and chantilly (#f9c8d3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Aster color palette CSS

/* CSS */
.color-1 {
color: #69abf2;
}
.color-2 {
color: #8ed3f5;
}
.color-3 {
color: #a8e3f0;
}
.color-4 {
color: #f8e9a0;
}
.color-5 {
color: #f9c8d3;
}

/* CSS Variables */
:root {
--color-1: #69abf2;
--color-2: #8ed3f5;
--color-3: #a8e3f0;
--color-4: #f8e9a0;
--color-5: #f9c8d3;
}

🌈 Blue Aster background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69abf2, #8ed3f5, #a8e3f0, #f8e9a0, #f9c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69abf2, #8ed3f5, #a8e3f0, #f8e9a0, #f9c8d3);
}

Blue Aster color palette created on .