Paleta de colores Moth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moth

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

CSS de la paleta de colores Moth

/* CSS */
.color-1 {
color: #7a7a7f;
}
.color-2 {
color: #aaa49d;
}
.color-3 {
color: #e6d1b3;
}
.color-4 {
color: #f7d5a6;
}
.color-5 {
color: #e5b69f;
}

/* CSS Variables */
:root {
--color-1: #7a7a7f;
--color-2: #aaa49d;
--color-3: #e6d1b3;
--color-4: #f7d5a6;
--color-5: #e5b69f;
}

CSS del degradado de fondo Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a7a7f, #aaa49d, #e6d1b3, #f7d5a6, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a7a7f, #aaa49d, #e6d1b3, #f7d5a6, #e5b69f);
}

Moth color palette created on .