Paleta de colores Black Hole Dipped in Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Hole Dipped in Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Black Hole Dipped in Gold

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #2f0f0e;
}
.color-3 {
color: #524c00;
}
.color-4 {
color: #966b0d;
}
.color-5 {
color: #ad7f00;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #2f0f0e;
--color-3: #524c00;
--color-4: #966b0d;
--color-5: #ad7f00;
}

CSS del degradado de fondo Black Hole Dipped in Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #2f0f0e, #524c00, #966b0d, #ad7f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #2f0f0e, #524c00, #966b0d, #ad7f00);
}

Paletas de colores similares

Black Hole Dipped in Gold color palette created on .