Snake Bite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Snake Bite palette

Share this palette to:

Download Snake Bite Color Palette (PNG)

Download snake bite color palette PNG image (landscape)
Download snake bite color palette PNG image (square)

Snake Bite color palette CSS

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #7c4f4b;
}
.color-3 {
color: #b77c7b;
}
.color-4 {
color: #e3b1a1;
}
.color-5 {
color: #f5d6c7;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #7c4f4b;
--color-3: #b77c7b;
--color-4: #e3b1a1;
--color-5: #f5d6c7;
}

Snake Bite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #7c4f4b, #b77c7b, #e3b1a1, #f5d6c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #7c4f4b, #b77c7b, #e3b1a1, #f5d6c7);
}

Snake Bite color palette created on .