60s Cartoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60s Cartoon palette
Color Inspiration
Images that showcase this color palette in real designs
Download 60s Cartoon Color Palette (PNG)
60s Cartoon color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #e1efd7;
}
.color-5 {
color: #80d4ff;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffcc00;
--color-4: #e1efd7;
--color-5: #80d4ff;
}
60s Cartoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffcc00, #e1efd7, #80d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffcc00, #e1efd7, #80d4ff);
}
Similar color palettes
60s Cartoon color palette created on .