Mid Century Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mid Century palette
Mid Century color palette PNG image
Mid Century color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d88c3b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a4c3d6;
}
.color-5 {
color: #4a8c79;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d88c3b;
--color-3: #f1c84b;
--color-4: #a4c3d6;
--color-5: #4a8c79;
}
Mid Century background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d88c3b, #f1c84b, #a4c3d6, #4a8c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d88c3b, #f1c84b, #a4c3d6, #4a8c79);
}
Similar color palettes
Mid Century color palette created on .