Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #da4e4e;
}
.lively-coral {
color: #ea7d7b;
}
.peach-tile {
color: #f0a599;
}
.almond-cream {
color: #f3c4a0;
}
.banana-br-l-e {
color: #f7ebbb;
}
/* CSS Variables */
:root {
--capocollo:#da4e4e;
--lively-coral:#ea7d7b;
--peach-tile:#f0a599;
--almond-cream:#f3c4a0;
--banana-br-l-e:#f7ebbb;
}