Nordic Elegance Color Palette

Discover the beautiful Nordic Elegance color palette featuring twine (#bd814c), norway (#a5c19f), double spanish white (#e8d2bf), pampas (#f5f3ef) and persian plum (#631d1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Earthy, Luxury, 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 Nordic Elegance palette

Share this palette to:

๐Ÿ’ป Nordic Elegance color palette CSS

/* CSS */
.color-1 {
color: #bd814c;
}
.color-2 {
color: #a5c19f;
}
.color-3 {
color: #e8d2bf;
}
.color-4 {
color: #f5f3ef;
}
.color-5 {
color: #631d1d;
}

/* CSS Variables */
:root {
--color-1: #bd814c;
--color-2: #a5c19f;
--color-3: #e8d2bf;
--color-4: #f5f3ef;
--color-5: #631d1d;
}

๐ŸŒˆ Nordic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd814c, #a5c19f, #e8d2bf, #f5f3ef, #631d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd814c, #a5c19f, #e8d2bf, #f5f3ef, #631d1d);
}

Nordic Elegance color palette created on .