70s Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Vibes palette
70s Vibes color palette PNG image
70s Vibes color palette CSS
/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #e78e40;
}
.color-4 {
color: #d8703b;
}
.color-5 {
color: #c95731;
}
/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f9a94e;
--color-3: #e78e40;
--color-4: #d8703b;
--color-5: #c95731;
}
70s Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f9a94e, #e78e40, #d8703b, #c95731);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f9a94e, #e78e40, #d8703b, #c95731);
}
Similar color palettes
70s Vibes color palette created on .