Nostalgia Color Palette

Discover the beautiful Nostalgia color palette featuring manhattan (#f7c6a6), wewak (#f1a8a2), sandy brown (#f2936e), japonica (#d67c5c) and smoky (#6c4d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Coral, Orange, Amber, Pink, Purple, Soft, Warm, Nostalgic, Light 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 Nostalgia palette

Share this palette to:

💻 Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f2936e;
}
.color-4 {
color: #d67c5c;
}
.color-5 {
color: #6c4d7a;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f1a8a2;
--color-3: #f2936e;
--color-4: #d67c5c;
--color-5: #6c4d7a;
}

🌈 Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f1a8a2, #f2936e, #d67c5c, #6c4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f1a8a2, #f2936e, #d67c5c, #6c4d7a);
}

Nostalgia color palette created on .