Breezy Magic Color Palette

Discover the beautiful Breezy Magic color palette featuring fountain blue (#5fb1bf), downy (#6dd3d5), riptide (#91e3d6), madang (#b8f2b5) and marzipan (#f9e79f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Fun, Spring 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 Breezy Magic palette

Share this palette to:

💻 Breezy Magic color palette CSS

/* CSS */
.color-1 {
color: #5fb1bf;
}
.color-2 {
color: #6dd3d5;
}
.color-3 {
color: #91e3d6;
}
.color-4 {
color: #b8f2b5;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #5fb1bf;
--color-2: #6dd3d5;
--color-3: #91e3d6;
--color-4: #b8f2b5;
--color-5: #f9e79f;
}

🌈 Breezy Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb1bf, #6dd3d5, #91e3d6, #b8f2b5, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb1bf, #6dd3d5, #91e3d6, #b8f2b5, #f9e79f);
}

Breezy Magic color palette created on .