Maritime Mirage Color Palette

Discover the beautiful Maritime Mirage color palette featuring java (#1db4b4), morning glory (#a2e2e0), aqua haze (#f2f8f7), goldenrod (#f9d86c) and mandys pink (#f4b4b4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Beach, Bright, 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 Maritime Mirage palette

Share this palette to:

💻 Maritime Mirage color palette CSS

/* CSS */
.color-1 {
color: #1db4b4;
}
.color-2 {
color: #a2e2e0;
}
.color-3 {
color: #f2f8f7;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f4b4b4;
}

/* CSS Variables */
:root {
--color-1: #1db4b4;
--color-2: #a2e2e0;
--color-3: #f2f8f7;
--color-4: #f9d86c;
--color-5: #f4b4b4;
}

🌈 Maritime Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4b4, #a2e2e0, #f2f8f7, #f9d86c, #f4b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4b4, #a2e2e0, #f2f8f7, #f9d86c, #f4b4b4);
}

Maritime Mirage color palette created on .