Detective Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Detective palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Detective

Download detective color palette PNG image (landscape)
Download detective color palette PNG image (square)

tavolozza dei colori Detective CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #5b5b8f;
}
.color-3 {
color: #8c8cc0;
}
.color-4 {
color: #bfb063;
}
.color-5 {
color: #da4b2b;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #5b5b8f;
--color-3: #8c8cc0;
--color-4: #bfb063;
--color-5: #da4b2b;
}

CSS con gradiente di sfondo Detective

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #5b5b8f, #8c8cc0, #bfb063, #da4b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #5b5b8f, #8c8cc0, #bfb063, #da4b2b);
}

Detective color palette created on .