Malibu Breeze Color Palette

Discover the beautiful Malibu Breeze color palette featuring malibu (#7ec8f7), perano (#a5d9f3), sandwisp (#f6e1a7), tacao (#f3b87c) and froly (#f76e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Blue, Bright, Ocean, 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 Malibu Breeze palette

Share this palette to:

💻 Malibu Breeze color palette CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #a5d9f3;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #f3b87c;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #a5d9f3;
--color-3: #f6e1a7;
--color-4: #f3b87c;
--color-5: #f76e6e;
}

🌈 Malibu Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #a5d9f3, #f6e1a7, #f3b87c, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #a5d9f3, #f6e1a7, #f3b87c, #f76e6e);
}

Malibu Breeze color palette created on .