Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.feather-star {
color: #5f9cec;
}
.just-a-fairytale {
color: #6b5b95;
}
.savoy {
color: #87af4b;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--grapefruit-pulp:#ff6e61;
--feather-star:#5f9cec;
--just-a-fairytale:#6b5b95;
--savoy:#87af4b;
}