1900s Color Palette

Discover the beautiful 1900s color palette featuring corvette (#f8caa5), rose bud (#f8a2a0), terracotta (#e76a5a), fuzzy wuzzy brown (#c75d4d) and sanguine brown (#8c3b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with60s, 70s, 80s, 90s, Aesthetic, Amber, Apricot, Retro, Vintage, 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 1900s palette

Share this palette to:

💻 1900s color palette CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f8a2a0;
}
.color-3 {
color: #e76a5a;
}
.color-4 {
color: #c75d4d;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f8a2a0;
--color-3: #e76a5a;
--color-4: #c75d4d;
--color-5: #8c3b3b;
}

🌈 1900s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f8a2a0, #e76a5a, #c75d4d, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f8a2a0, #e76a5a, #c75d4d, #8c3b3b);
}

1900s color palette created on .