Paleta de colores Opulent Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opulent Earthtones palette

Compartir esta paleta en:

CSS de la paleta de colores Opulent Earthtones

/* CSS */
.color-1 {
color: #f5d58e;
}
.color-2 {
color: #c0b08c;
}
.color-3 {
color: #a16d5e;
}
.color-4 {
color: #7c5050;
}
.color-5 {
color: #402b2b;
}

/* CSS Variables */
:root {
--color-1: #f5d58e;
--color-2: #c0b08c;
--color-3: #a16d5e;
--color-4: #7c5050;
--color-5: #402b2b;
}

CSS del degradado de fondo Opulent Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d58e, #c0b08c, #a16d5e, #7c5050, #402b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d58e, #c0b08c, #a16d5e, #7c5050, #402b2b);
}

Opulent Earthtones color palette created on .