Mod 1964-66 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mod 1964-66 palette
Download Mod 1964-66 Color Palette (PNG)
Mod 1964-66 color palette CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e66700;
}
.color-3 {
color: #d64b00;
}
.color-4 {
color: #a34d89;
}
.color-5 {
color: #5a4fcf;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e66700;
--color-3: #d64b00;
--color-4: #a34d89;
--color-5: #5a4fcf;
}
Mod 1964-66 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e66700, #d64b00, #a34d89, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e66700, #d64b00, #a34d89, #5a4fcf);
}
Similar color palettes
Mod 1964-66 color palette created on .