Scandinavian Cozy Vintage Color Palette

Discover the beautiful Scandinavian Cozy Vintage color palette featuring soft amber (#d0c5b4), mongoose (#b49b7e), shadow (#8a7b56), kelp (#4e4c3b) and tuatara (#2a2a28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Neutral, Vintage, Soft, Modern, Scandinavian, Autumn 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 Scandinavian Cozy Vintage palette

Share this palette to:

💻 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 .