Opulent Hide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Opulent Hide palette

Share this palette to:

Opulent Hide color palette CSS

/* 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;
}

Opulent Hide background gradient CSS

/* 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 .