Bright Blue Beach Color Palette

Discover the beautiful Bright Blue Beach color palette featuring havelock blue (#468ece), shakespeare (#4a9fd3), cornflower (#9dc9e7), link water (#d9e8f2) and athens gray (#efeff5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Bright Blue Beach color palette CSS

/* CSS */
.color-1 {
color: #468ece;
}
.color-2 {
color: #4a9fd3;
}
.color-3 {
color: #9dc9e7;
}
.color-4 {
color: #d9e8f2;
}
.color-5 {
color: #efeff5;
}

/* CSS Variables */
:root {
--color-1: #468ece;
--color-2: #4a9fd3;
--color-3: #9dc9e7;
--color-4: #d9e8f2;
--color-5: #efeff5;
}

🌈 Bright Blue Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #468ece, #4a9fd3, #9dc9e7, #d9e8f2, #efeff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #468ece, #4a9fd3, #9dc9e7, #d9e8f2, #efeff5);
}

Bright Blue Beach color palette created on .