Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f8d45d;
}
.peach-butter {
color: #fbaf3c;
}
.peach-echo {
color: #f5735c;
}
.pink-punch {
color: #d24b69;
}
.radiant-orchid {
color: #a85d9b;
}
/* CSS Variables */
:root {
--salmon-eggs:#f8d45d;
--peach-butter:#fbaf3c;
--peach-echo:#f5735c;
--pink-punch:#d24b69;
--radiant-orchid:#a85d9b;
}