Scandinavian Cozy Vintage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scandinavian Cozy Vintage palette

Share this palette to:

Scandinavian Cozy Vintage color palette PNG image

Download scandinavian cozy vintage color palette PNG image (landscape)
Download scandinavian cozy vintage color palette PNG image (square)

Scandinavian Cozy Vintage color palette CSS

/* CSS */
.color-1 {
color: #d0c5b4;
}
.color-2 {
color: #b49b7e;
}
.color-3 {
color: #8a7b56;
}
.color-4 {
color: #4e4c3b;
}
.color-5 {
color: #2a2a28;
}

/* CSS Variables */
:root {
--color-1: #d0c5b4;
--color-2: #b49b7e;
--color-3: #8a7b56;
--color-4: #4e4c3b;
--color-5: #2a2a28;
}

Scandinavian Cozy Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c5b4, #b49b7e, #8a7b56, #4e4c3b, #2a2a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c5b4, #b49b7e, #8a7b56, #4e4c3b, #2a2a28);
}

Scandinavian Cozy Vintage color palette created on .