Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-sunset {
color: #ffad61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--dreamy-sunset:#ffad61;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--la-vie-en-rose:#d4a5a5;
--concord-jam:#6c5b80;
}