Modest 1960-63 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Modest 1960-63 palette
Modest 1960-63 color palette PNG image
Modest 1960-63 color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d4a83a;
}
.color-3 {
color: #c39b2c;
}
.color-4 {
color: #a0702c;
}
.color-5 {
color: #7a4f2a;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d4a83a;
--color-3: #c39b2c;
--color-4: #a0702c;
--color-5: #7a4f2a;
}
Modest 1960-63 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d4a83a, #c39b2c, #a0702c, #7a4f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d4a83a, #c39b2c, #a0702c, #7a4f2a);
}
Similar color palettes
Scroll down to explore 2 60s color palettes
Modest 1960-63 color palette created on .