1900s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1900s palette
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);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
1900s color palette created on .