Beach House Blue Color Palette

Discover the beautiful Beach House Blue color palette featuring wheat (#f3e3aa), morning glory (#a4d2df), breaker bay (#5b9a97), spectra (#2d4c4e) and casablanca (#f5b042).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Aqua, Light, Bright, Tropical 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 Beach House Blue palette

Share this palette to:

💻 Beach House Blue color palette CSS

/* CSS */
.color-1 {
color: #f3e3aa;
}
.color-2 {
color: #a4d2df;
}
.color-3 {
color: #5b9a97;
}
.color-4 {
color: #2d4c4e;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #f3e3aa;
--color-2: #a4d2df;
--color-3: #5b9a97;
--color-4: #2d4c4e;
--color-5: #f5b042;
}

🌈 Beach House Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e3aa, #a4d2df, #5b9a97, #2d4c4e, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e3aa, #a4d2df, #5b9a97, #2d4c4e, #f5b042);
}

Beach House Blue color palette created on .