Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.peach-butter {
color: #fbaf3c;
}
.sagittarius-amber-artifact {
color: #f87d3f;
}
.hot-coral {
color: #f55c5c;
}
.rose-violet {
color: #c84c9c;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--peach-butter:#fbaf3c;
--sagittarius-amber-artifact:#f87d3f;
--hot-coral:#f55c5c;
--rose-violet:#c84c9c;
}