Blue Beach Color Palette
Discover the beautiful Blue Beach color palette featuring shakespeare (#3fa1d8), pelorous (#3cbbca), neptune (#7dbcae), sprout (#a5ca94) and beryl green (#d3e2b0).
Brightness
Saturation
Warmth
💡 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 Beach palette
💻 Blue Beach color palette CSS
/* CSS */
.color-1 {
color: #3fa1d8;
}
.color-2 {
color: #3cbbca;
}
.color-3 {
color: #7dbcae;
}
.color-4 {
color: #a5ca94;
}
.color-5 {
color: #d3e2b0;
}
/* CSS Variables */
:root {
--color-1: #3fa1d8;
--color-2: #3cbbca;
--color-3: #7dbcae;
--color-4: #a5ca94;
--color-5: #d3e2b0;
} 🌈 Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fa1d8, #3cbbca, #7dbcae, #a5ca94, #d3e2b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fa1d8, #3cbbca, #7dbcae, #a5ca94, #d3e2b0);
} 🔗 Explore similar color palettes
Blue Beach color palette created on .