Norwegian Fjord Color Palette
Discover the beautiful Norwegian Fjord color palette featuring cadet blue (#abb9c9), ship cove (#7b9ab7), wedgewood (#497e9c), calypso (#2b5f82) and biscay (#1b4b64).
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 Norwegian Fjord palette
💻 Norwegian Fjord color palette CSS
/* CSS */
.color-1 {
color: #abb9c9;
}
.color-2 {
color: #7b9ab7;
}
.color-3 {
color: #497e9c;
}
.color-4 {
color: #2b5f82;
}
.color-5 {
color: #1b4b64;
}
/* CSS Variables */
:root {
--color-1: #abb9c9;
--color-2: #7b9ab7;
--color-3: #497e9c;
--color-4: #2b5f82;
--color-5: #1b4b64;
} 🌈 Norwegian Fjord background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abb9c9, #7b9ab7, #497e9c, #2b5f82, #1b4b64);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abb9c9, #7b9ab7, #497e9c, #2b5f82, #1b4b64);
} 🔗 Explore similar color palettes
Norwegian Fjord color palette created on .