Retro Tech Minimalist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Tech Minimalist palette

Condividi questa palette a:

Scarica la tavolozza dei colori Retro Tech Minimalist (PNG)

Download retro tech minimalist color palette PNG image (landscape)
Download retro tech minimalist color palette PNG image (square)

tavolozza dei colori Retro Tech Minimalist CSS

/* CSS */
.color-1 {
color: #1c3e5a;
}
.color-2 {
color: #4d7c99;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f0d39e;
}
.color-5 {
color: #d85b31;
}

/* CSS Variables */
:root {
--color-1: #1c3e5a;
--color-2: #4d7c99;
--color-3: #a1c1d4;
--color-4: #f0d39e;
--color-5: #d85b31;
}

CSS con gradiente di sfondo Retro Tech Minimalist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}

Retro Tech Minimalist color palette created on .