Nordic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nordic Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nordic Elegance Color Palette (PNG)
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);
}
Similar color palettes
Nordic Elegance color palette created on .