Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.warming-heart {
color: #d84d3b;
}
.button-eyes {
color: #4e3b31;
}
.anubis-black {
color: #311b32;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--warming-heart:#d84d3b;
--button-eyes:#4e3b31;
--anubis-black:#311b32;
}