1900 Nostalgia Color Palette

Discover the beautiful 1900 Nostalgia color palette featuring jet stream (#bfd4d2), petite orchid (#e59ea4), maize (#f7c6b1), dairy cream (#f9e6b8) and saffron (#f4cf3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cream, Earthy, Light, Pink, Soft, Vintage, Yellow 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 1900 Nostalgia palette

Share this palette to:

💻 1900 Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #bfd4d2;
}
.color-2 {
color: #e59ea4;
}
.color-3 {
color: #f7c6b1;
}
.color-4 {
color: #f9e6b8;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #bfd4d2;
--color-2: #e59ea4;
--color-3: #f7c6b1;
--color-4: #f9e6b8;
--color-5: #f4cf3e;
}

🌈 1900 Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd4d2, #e59ea4, #f7c6b1, #f9e6b8, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd4d2, #e59ea4, #f7c6b1, #f9e6b8, #f4cf3e);
}

1900 Nostalgia color palette created on .