Black Hole Dipped in Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Hole Dipped in Gold palette
Black Hole Dipped in Gold color palette CSS
/* 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;
}
Black Hole Dipped in Gold background gradient CSS
/* 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);
}
Similar color palettes
Black Hole Dipped in Gold color palette created on .