New Zealand Color Palette

Discover the beautiful New Zealand color palette featuring sinbad (#a6d8d3), fountain blue (#4eb7a9), teal (#009485), aqua deep (#004d3d) and parchment (#f2e7d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Teal, Green, Cream, Bright, Earthy, Nature 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 New Zealand palette

Share this palette to:

💻 New Zealand color palette CSS

/* CSS */
.color-1 {
color: #a6d8d3;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #004d3d;
}
.color-5 {
color: #f2e7d4;
}

/* CSS Variables */
:root {
--color-1: #a6d8d3;
--color-2: #4eb7a9;
--color-3: #009485;
--color-4: #004d3d;
--color-5: #f2e7d4;
}

🌈 New Zealand background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d3, #4eb7a9, #009485, #004d3d, #f2e7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d3, #4eb7a9, #009485, #004d3d, #f2e7d4);
}

New Zealand color palette created on .