Retro Futurism Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Futurism palette
Retro Futurism color palette PNG image
Retro Futurism color palette CSS
/* CSS */
.color-1 {
color: #1043b2;
}
.color-2 {
color: #2183de;
}
.color-3 {
color: #f4a810;
}
.color-4 {
color: #e03844;
}
.color-5 {
color: #ebdbeb;
}
/* CSS Variables */
:root {
--color-1: #1043b2;
--color-2: #2183de;
--color-3: #f4a810;
--color-4: #e03844;
--color-5: #ebdbeb;
}
Retro Futurism background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1043b2, #2183de, #f4a810, #e03844, #ebdbeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1043b2, #2183de, #f4a810, #e03844, #ebdbeb);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Retro Futurism color palette created on .