1900s Color Palette

Discover the beautiful 1900s color palette featuring spindle (#b5c7e8), web orange (#f0a400), cinnabar (#e04a29), rum (#6c5b80) and givry (#f8e0bf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cream, Orange, Pink, Purple, Red, 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 1900s palette

Share this palette to:

💻 1900s color palette CSS

/* CSS */
.color-1 {
color: #b5c7e8;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #e04a29;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #f8e0bf;
}

/* CSS Variables */
:root {
--color-1: #b5c7e8;
--color-2: #f0a400;
--color-3: #e04a29;
--color-4: #6c5b80;
--color-5: #f8e0bf;
}

🌈 1900s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c7e8, #f0a400, #e04a29, #6c5b80, #f8e0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c7e8, #f0a400, #e04a29, #6c5b80, #f8e0bf);
}

1900s color palette created on .