Blue Beach Color Palette
Discover the beautiful Blue Beach color palette featuring cerulean (#0096d6), persian green (#00b3aa), morning glory (#a3e0d4), golden sand (#efd06c) and rose bud (#f9b1ae).
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: #0096d6;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #a3e0d4;
}
.color-4 {
color: #efd06c;
}
.color-5 {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #00b3aa;
--color-3: #a3e0d4;
--color-4: #efd06c;
--color-5: #f9b1ae;
} 🌈 Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #00b3aa, #a3e0d4, #efd06c, #f9b1ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #00b3aa, #a3e0d4, #efd06c, #f9b1ae);
} 🔗 Explore similar color palettes
Blue Beach color palette created on .