Paleta de colores Detective

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Detective palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Detective

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

CSS de la paleta de colores Detective

/* 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 del degradado de fondo 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 .