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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Nordic Elegance color palette created on .