1960's School Theme Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1960's School Theme palette
1960's School Theme color palette PNG image
1960's School Theme color palette CSS
/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #aa3227;
}
/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #e77e23;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #aa3227;
}
1960's School Theme background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #e77e23, #d15400, #bf3a2b, #aa3227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #e77e23, #d15400, #bf3a2b, #aa3227);
}
Similar color palettes
1960's School Theme color palette created on .