Color names in this palette
CSS code for this palette
/* CSS */
.crispy-chicken-skin {
color: #d9a83f;
}
.tartare {
color: #c15b3e;
}
.cannon-pink {
color: #8f4d64;
}
.wave-jumper {
color: #6c8f9d;
}
.spectrum-blue {
color: #3d498f;
}
/* CSS Variables */
:root {
--crispy-chicken-skin:#d9a83f;
--tartare:#c15b3e;
--cannon-pink:#8f4d64;
--wave-jumper:#6c8f9d;
--spectrum-blue:#3d498f;
}