Norwegian Tranquility Color Palette

Discover the beautiful Norwegian Tranquility color palette featuring norway (#a7bd9e), pixie green (#b7d9b5), surf crest (#c9e1c6), ecru white (#f0f6ea) and dairy cream (#f9dbb4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNature, Green, Soft, Light, Earthy, Aesthetic, Summer, Bright, Scandinavian 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 Norwegian Tranquility palette

Share this palette to:

💻 Norwegian Tranquility color palette CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #b7d9b5;
}
.color-3 {
color: #c9e1c6;
}
.color-4 {
color: #f0f6ea;
}
.color-5 {
color: #f9dbb4;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b7d9b5;
--color-3: #c9e1c6;
--color-4: #f0f6ea;
--color-5: #f9dbb4;
}

🌈 Norwegian Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b7d9b5, #c9e1c6, #f0f6ea, #f9dbb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b7d9b5, #c9e1c6, #f0f6ea, #f9dbb4);
}

Norwegian Tranquility color palette created on .