Paleta de colores 漆

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 漆 palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 漆

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

CSS de la paleta de colores 漆

/* CSS */
.color-1 {
color: #3e2a28;
}
.color-2 {
color: #6c4f4b;
}
.color-3 {
color: #a4685b;
}
.color-4 {
color: #e2b8a1;
}
.color-5 {
color: #f9e9d7;
}

/* CSS Variables */
:root {
--color-1: #3e2a28;
--color-2: #6c4f4b;
--color-3: #a4685b;
--color-4: #e2b8a1;
--color-5: #f9e9d7;
}

CSS del degradado de fondo 漆

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a28, #6c4f4b, #a4685b, #e2b8a1, #f9e9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a28, #6c4f4b, #a4685b, #e2b8a1, #f9e9d7);
}

color palette created on .