Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-bliss {
color: #d85b31;
}
.wilted-brown {
color: #a84e3e;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--tangerine-bliss:#d85b31;
--wilted-brown:#a84e3e;
--daisy-bush:#5c3f8d;
}