Scandinavian Christmas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scandinavian Christmas palette

Share this palette to:

Scandinavian Christmas color palette PNG image

Download scandinavian christmas color palette PNG image (landscape)
Download scandinavian christmas color palette PNG image (square)

Scandinavian Christmas color palette CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #d6b3a8;
}
.color-3 {
color: #a93d3d;
}
.color-4 {
color: #6b8e8a;
}
.color-5 {
color: #2d4b4d;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #d6b3a8;
--color-3: #a93d3d;
--color-4: #6b8e8a;
--color-5: #2d4b4d;
}

Scandinavian Christmas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #d6b3a8, #a93d3d, #6b8e8a, #2d4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #d6b3a8, #a93d3d, #6b8e8a, #2d4b4d);
}

Scandinavian Christmas color palette created on .