Moonbeam Color Palette

Discover the beautiful Moonbeam color palette featuring link water (#d4e5f2), cornflower (#a6c6ed), cornflower blue (#6ea7e7), atoll (#0b6b89) and te papa green (#1f3a3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Light, Blue, Bright, Cool, Soft, 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 Moonbeam palette

Share this palette to:

💻 Moonbeam color palette CSS

/* CSS */
.color-1 {
color: #d4e5f2;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6ea7e7;
}
.color-4 {
color: #0b6b89;
}
.color-5 {
color: #1f3a3d;
}

/* CSS Variables */
:root {
--color-1: #d4e5f2;
--color-2: #a6c6ed;
--color-3: #6ea7e7;
--color-4: #0b6b89;
--color-5: #1f3a3d;
}

🌈 Moonbeam background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e5f2, #a6c6ed, #6ea7e7, #0b6b89, #1f3a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e5f2, #a6c6ed, #6ea7e7, #0b6b89, #1f3a3d);
}

Moonbeam color palette created on .