Profundidades Marinas Color Palette

Discover the beautiful Profundidades Marinas color palette featuring chathams blue (#154963), calypso (#2c758f), pelorous (#4ea0c1), seagull (#7ec3e5) and blizzard blue (#b2e2f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Cyan, Light, Modern, Soft, Summer, Teal, Vibrant 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 Profundidades Marinas palette

Share this palette to:

💻 Profundidades Marinas color palette CSS

/* CSS */
.color-1 {
color: #154963;
}
.color-2 {
color: #2c758f;
}
.color-3 {
color: #4ea0c1;
}
.color-4 {
color: #7ec3e5;
}
.color-5 {
color: #b2e2f3;
}

/* CSS Variables */
:root {
--color-1: #154963;
--color-2: #2c758f;
--color-3: #4ea0c1;
--color-4: #7ec3e5;
--color-5: #b2e2f3;
}

🌈 Profundidades Marinas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #154963, #2c758f, #4ea0c1, #7ec3e5, #b2e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #154963, #2c758f, #4ea0c1, #7ec3e5, #b2e2f3);
}

Profundidades Marinas color palette created on .