Blue Beach Color Palette
Discover the beautiful Blue Beach color palette featuring negroni (#ffe2c7), morning glory (#9ed9e0), fountain blue (#5bb2c8), steel blue (#3f8a9d) and blumine (#1f4e7a).
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: #ffe2c7;
}
.color-2 {
color: #9ed9e0;
}
.color-3 {
color: #5bb2c8;
}
.color-4 {
color: #3f8a9d;
}
.color-5 {
color: #1f4e7a;
}
/* CSS Variables */
:root {
--color-1: #ffe2c7;
--color-2: #9ed9e0;
--color-3: #5bb2c8;
--color-4: #3f8a9d;
--color-5: #1f4e7a;
}
🌈 Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe2c7, #9ed9e0, #5bb2c8, #3f8a9d, #1f4e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe2c7, #9ed9e0, #5bb2c8, #3f8a9d, #1f4e7a);
}
🔗 Explore similar color palettes
Blue Beach color palette created on .