Coyote Skull Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coyote Skull palette
Coyote Skull color palette PNG image
Coyote Skull color palette CSS
/* CSS */
.color-1 {
color: #a87d4d;
}
.color-2 {
color: #d4b78c;
}
.color-3 {
color: #e2d1b1;
}
.color-4 {
color: #b7a99a;
}
.color-5 {
color: #694d3a;
}
/* CSS Variables */
:root {
--color-1: #a87d4d;
--color-2: #d4b78c;
--color-3: #e2d1b1;
--color-4: #b7a99a;
--color-5: #694d3a;
}
Coyote Skull background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87d4d, #d4b78c, #e2d1b1, #b7a99a, #694d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87d4d, #d4b78c, #e2d1b1, #b7a99a, #694d3a);
}
Similar color palettes
Coyote Skull color palette created on .