Paleta de colores Gold and Black Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gold and Black Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Gold and Black Harmony

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #a87e00;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #f5f5db;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d4af35;
--color-3: #a87e00;
--color-4: #ffd900;
--color-5: #f5f5db;
}

CSS del degradado de fondo Gold and Black Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d4af35, #a87e00, #ffd900, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d4af35, #a87e00, #ffd900, #f5f5db);
}

Gold and Black Harmony color palette created on .