Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f7c7ab;
}
.young-crab {
color: #f5a19e;
}
.flower-blossom-pink {
color: #f57a89;
}
.emberglow {
color: #e6695b;
}
.warming-heart {
color: #d64b38;
}
/* CSS Variables */
:root {
--bleached-apricot:#f7c7ab;
--young-crab:#f5a19e;
--flower-blossom-pink:#f57a89;
--emberglow:#e6695b;
--warming-heart:#d64b38;
}