Retro Futuristic Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Futuristic palette

Condividi questa palette a:

Scarica la tavolozza dei colori Retro Futuristic (PNG)

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

tavolozza dei colori Retro Futuristic CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4c4cc8;
}
.color-3 {
color: #9b7ecd;
}
.color-4 {
color: #f1a2d1;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4c4cc8;
--color-3: #9b7ecd;
--color-4: #f1a2d1;
--color-5: #ff6e00;
}

CSS con gradiente di sfondo Retro Futuristic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}

Retro Futuristic color palette created on .