Paleta de colores Opulent Majesty

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opulent Majesty palette

Compartir esta paleta en:

CSS de la paleta de colores Opulent Majesty

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #4b3d2a;
}
.color-4 {
color: #7c698c;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a85f2e;
--color-3: #4b3d2a;
--color-4: #7c698c;
--color-5: #e9b79f;
}

CSS del degradado de fondo Opulent Majesty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a85f2e, #4b3d2a, #7c698c, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a85f2e, #4b3d2a, #7c698c, #e9b79f);
}

Opulent Majesty color palette created on .