Yellow Tarantula Hawk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Tarantula Hawk palette

Share this palette to:

Yellow Tarantula Hawk color palette CSS

/* CSS */
.color-1 {
color: #4a2b1c;
}
.color-2 {
color: #c96d3b;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f4d54e;
}
.color-5 {
color: #6f8000;
}

/* CSS Variables */
:root {
--color-1: #4a2b1c;
--color-2: #c96d3b;
--color-3: #f0a800;
--color-4: #f4d54e;
--color-5: #6f8000;
}

Yellow Tarantula Hawk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b1c, #c96d3b, #f0a800, #f4d54e, #6f8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b1c, #c96d3b, #f0a800, #f4d54e, #6f8000);
}

Yellow Tarantula Hawk color palette created on .