Blue Beach Color Palette
Discover the beautiful Blue Beach color palette featuring curious blue (#2e9dd1), viking (#5bc4d2), water leaf (#a2e6e2), chalky (#f0d68e) and mandys pink (#f5b7b2).
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: #2e9dd1;
}
.color-2 {
color: #5bc4d2;
}
.color-3 {
color: #a2e6e2;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #f5b7b2;
}
/* CSS Variables */
:root {
--color-1: #2e9dd1;
--color-2: #5bc4d2;
--color-3: #a2e6e2;
--color-4: #f0d68e;
--color-5: #f5b7b2;
}
🌈 Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e9dd1, #5bc4d2, #a2e6e2, #f0d68e, #f5b7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e9dd1, #5bc4d2, #a2e6e2, #f0d68e, #f5b7b2);
}
🔗 Explore similar color palettes
Blue Beach color palette created on .