Marina Color Palette

Discover the beautiful Marina color palette featuring jelly bean (#2b7a9c), shakespeare (#4bb7d2), seagull (#7ed0e7), janna (#f1e4ca) and coral (#ff8052).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Coral, Summer, Teal, Tropical 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 Marina palette

Share this palette to:

💻 Marina color palette CSS

/* CSS */
.color-1 {
color: #2b7a9c;
}
.color-2 {
color: #4bb7d2;
}
.color-3 {
color: #7ed0e7;
}
.color-4 {
color: #f1e4ca;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #2b7a9c;
--color-2: #4bb7d2;
--color-3: #7ed0e7;
--color-4: #f1e4ca;
--color-5: #ff8052;
}

🌈 Marina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b7a9c, #4bb7d2, #7ed0e7, #f1e4ca, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b7a9c, #4bb7d2, #7ed0e7, #f1e4ca, #ff8052);
}

Marina color palette created on .