Luminous Tides Color Palette

Discover the beautiful Luminous Tides color palette featuring robin's egg blue (#00bdd6), water leaf (#a1e1e8), mint tulip (#c3f1f4), white ice (#e0f7fa) and white (#ffffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Bright, Coastal, Summer 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 Luminous Tides palette

Share this palette to:

💻 Luminous Tides color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #a1e1e8;
}
.color-3 {
color: #c3f1f4;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #a1e1e8;
--color-3: #c3f1f4;
--color-4: #e0f7fa;
--color-5: #ffffff;
}

🌈 Luminous Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #a1e1e8, #c3f1f4, #e0f7fa, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #a1e1e8, #c3f1f4, #e0f7fa, #ffffff);
}

Luminous Tides color palette created on .