Retro Bit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Bit palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Bit

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

tavolozza dei colori Retro Bit CSS

/* CSS */
.color-1 {
color: #d24b57;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #5b9a6e;
}
.color-5 {
color: #2a4d6a;
}

/* CSS Variables */
:root {
--color-1: #d24b57;
--color-2: #f1a8a2;
--color-3: #f4d35d;
--color-4: #5b9a6e;
--color-5: #2a4d6a;
}

CSS con gradiente di sfondo Retro Bit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}

Retro Bit color palette created on .