Paleta de colores Opulent Hide

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opulent Hide palette

Compartir esta paleta en:

CSS de la paleta de colores Opulent Hide

/* CSS */
.color-1 {
color: #cdab7e;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #aa5f3c;
}
.color-4 {
color: #5c3d2d;
}
.color-5 {
color: #e1b598;
}

/* CSS Variables */
:root {
--color-1: #cdab7e;
--color-2: #a66c5e;
--color-3: #aa5f3c;
--color-4: #5c3d2d;
--color-5: #e1b598;
}

CSS del degradado de fondo Opulent Hide

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdab7e, #a66c5e, #aa5f3c, #5c3d2d, #e1b598);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdab7e, #a66c5e, #aa5f3c, #5c3d2d, #e1b598);
}

Opulent Hide color palette created on .