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