Retro Futurism Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Futurism palette

Share this palette to:

Retro Futurism color palette PNG image

Download retro futurism color palette PNG image (landscape)
Download retro futurism color palette PNG image (square)

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);
}

Retro Futurism color palette created on .