Paleta de colores Dent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dent palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dent

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

CSS de la paleta de colores Dent

/* CSS */
.color-1 {
color: #3b2c3f;
}
.color-2 {
color: #594a64;
}
.color-3 {
color: #8b7a99;
}
.color-4 {
color: #d4b5ca;
}
.color-5 {
color: #efe4d7;
}

/* CSS Variables */
:root {
--color-1: #3b2c3f;
--color-2: #594a64;
--color-3: #8b7a99;
--color-4: #d4b5ca;
--color-5: #efe4d7;
}

CSS del degradado de fondo Dent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2c3f, #594a64, #8b7a99, #d4b5ca, #efe4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2c3f, #594a64, #8b7a99, #d4b5ca, #efe4d7);
}

Dent color palette created on .