Retro Futurism Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Futurism palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Futurism

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

tavolozza dei colori Retro Futurism 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;
}

CSS con gradiente di sfondo Retro Futurism

/* 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 .