Cozy Scandinavian Vintage Color Palette

Discover the beautiful Cozy Scandinavian Vintage color palette featuring pavlova (#d9c5a5), bud (#a7b29f), blue smoke (#7c8d8a), nevada (#5c6d70) and gravel (#4f4e50).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Green, Gray, Vintage, Soft, Warm, Neutral, Scandinavian 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 Cozy Scandinavian Vintage palette

Share this palette to:

💻 Cozy Scandinavian Vintage color palette CSS

/* CSS */
.color-1 {
color: #d9c5a5;
}
.color-2 {
color: #a7b29f;
}
.color-3 {
color: #7c8d8a;
}
.color-4 {
color: #5c6d70;
}
.color-5 {
color: #4f4e50;
}

/* CSS Variables */
:root {
--color-1: #d9c5a5;
--color-2: #a7b29f;
--color-3: #7c8d8a;
--color-4: #5c6d70;
--color-5: #4f4e50;
}

🌈 Cozy Scandinavian Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c5a5, #a7b29f, #7c8d8a, #5c6d70, #4f4e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c5a5, #a7b29f, #7c8d8a, #5c6d70, #4f4e50);
}

Cozy Scandinavian Vintage color palette created on .