Paleta de colores Florest Moth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Florest Moth palette

Compartir esta paleta en:

CSS de la paleta de colores Florest Moth

/* CSS */
.color-1 {
color: #525a3a;
}
.color-2 {
color: #919159;
}
.color-3 {
color: #bdc497;
}
.color-4 {
color: #e7ddbc;
}
.color-5 {
color: #ebc8bc;
}

/* CSS Variables */
:root {
--color-1: #525a3a;
--color-2: #919159;
--color-3: #bdc497;
--color-4: #e7ddbc;
--color-5: #ebc8bc;
}

CSS del degradado de fondo Florest Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #525a3a, #919159, #bdc497, #e7ddbc, #ebc8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #525a3a, #919159, #bdc497, #e7ddbc, #ebc8bc);
}

Florest Moth color palette created on .