Northern Water Tribe Color Palette
Discover the beautiful Northern Water Tribe color palette featuring regent st blue (#a9d8ea), hippie blue (#4e9ea6), jelly bean (#2b7b91), blumine (#1b5a79) and tarawera (#0e3f5d).
Brightness
Saturation
Warmth
💡 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 Northern Water Tribe palette
💻 Northern Water Tribe color palette CSS
/* CSS */
.color-1 {
color: #a9d8ea;
}
.color-2 {
color: #4e9ea6;
}
.color-3 {
color: #2b7b91;
}
.color-4 {
color: #1b5a79;
}
.color-5 {
color: #0e3f5d;
}
/* CSS Variables */
:root {
--color-1: #a9d8ea;
--color-2: #4e9ea6;
--color-3: #2b7b91;
--color-4: #1b5a79;
--color-5: #0e3f5d;
} 🌈 Northern Water Tribe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8ea, #4e9ea6, #2b7b91, #1b5a79, #0e3f5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8ea, #4e9ea6, #2b7b91, #1b5a79, #0e3f5d);
} 🔗 Explore similar color palettes
Northern Water Tribe color palette created on .