Paleta de colores Toothless

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Toothless palette

Compartir esta paleta en:

Descargar la paleta de colores Toothless (PNG)

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

CSS de la paleta de colores Toothless

/* CSS */
.color-1 {
color: #312848;
}
.color-2 {
color: #5f4b6c;
}
.color-3 {
color: #b1869c;
}
.color-4 {
color: #dfc8da;
}
.color-5 {
color: #f7f5ff;
}

/* CSS Variables */
:root {
--color-1: #312848;
--color-2: #5f4b6c;
--color-3: #b1869c;
--color-4: #dfc8da;
--color-5: #f7f5ff;
}

CSS del degradado de fondo Toothless

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #312848, #5f4b6c, #b1869c, #dfc8da, #f7f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #312848, #5f4b6c, #b1869c, #dfc8da, #f7f5ff);
}

Toothless color palette created on .