1900s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1900s palette
Color Inspiration
Images that showcase this color palette in real designs
Download 1900s Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ 60s color palettes
1900s color palette created on .