Black Scenecore Snake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black Scenecore Snake palette

Share this palette to:

Black Scenecore Snake color palette PNG image

Download black scenecore snake color palette PNG image (landscape)
Download black scenecore snake color palette PNG image (square)

Black Scenecore Snake color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #2b2b2b;
}
.color-3 {
color: #5c5c5c;
}
.color-4 {
color: #8f8f8f;
}
.color-5 {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #2b2b2b;
--color-3: #5c5c5c;
--color-4: #8f8f8f;
--color-5: #d1d1d1;
}

Black Scenecore Snake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #2b2b2b, #5c5c5c, #8f8f8f, #d1d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #2b2b2b, #5c5c5c, #8f8f8f, #d1d1d1);
}

Black Scenecore Snake color palette created on .