Cozy Scandinavian Vintage Color Palette

Discover the beautiful Cozy Scandinavian Vintage color palette featuring equator (#e3b263), clam shell (#d9c2b5), cloudy (#afa79d), juniper (#6c8989) and cape cod (#495555).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withScandinavian, Vintage, Earthy, Soft, Brown, Cream, Muted, Modern, Light, Warm 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: #e3b263;
}
.color-2 {
color: #d9c2b5;
}
.color-3 {
color: #afa79d;
}
.color-4 {
color: #6c8989;
}
.color-5 {
color: #495555;
}

/* CSS Variables */
:root {
--color-1: #e3b263;
--color-2: #d9c2b5;
--color-3: #afa79d;
--color-4: #6c8989;
--color-5: #495555;
}

🌈 Cozy Scandinavian Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b263, #d9c2b5, #afa79d, #6c8989, #495555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b263, #d9c2b5, #afa79d, #6c8989, #495555);
}

Cozy Scandinavian Vintage color palette created on .