Color names in this palette
CSS code for this palette
/* CSS */
.china-rose {
color: #a34d71;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.frugal {
color: #a4dab1;
}
/* CSS Variables */
:root {
--china-rose:#a34d71;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--frugal:#a4dab1;
}