1830s Japan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1830s Japan palette
Color Inspiration
Images that showcase this color palette in real designs
Download 1830s Japan Color Palette (PNG)
1830s Japan color palette CSS
/* CSS */
.color-1 {
color: #c92c4e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e8d19c;
}
.color-4 {
color: #a8b3b8;
}
.color-5 {
color: #6b4b8b;
}
/* CSS Variables */
:root {
--color-1: #c92c4e;
--color-2: #f0a800;
--color-3: #e8d19c;
--color-4: #a8b3b8;
--color-5: #6b4b8b;
}
1830s Japan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4e, #f0a800, #e8d19c, #a8b3b8, #6b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4e, #f0a800, #e8d19c, #a8b3b8, #6b4b8b);
}
Similar color palettes
1830s Japan color palette created on .