Year of 1971 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Year of 1971 palette
Color Inspiration
Images that showcase this color palette in real designs
Download Year of 1971 Color Palette (PNG)
Year of 1971 color palette CSS
/* CSS */
.color-1 {
color: #d4a38c;
}
.color-2 {
color: #c78e6b;
}
.color-3 {
color: #a65e3a;
}
.color-4 {
color: #e9b36d;
}
.color-5 {
color: #f9c4b9;
}
/* CSS Variables */
:root {
--color-1: #d4a38c;
--color-2: #c78e6b;
--color-3: #a65e3a;
--color-4: #e9b36d;
--color-5: #f9c4b9;
}
Year of 1971 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}
Similar color palettes
Year of 1971 color palette created on .