Color names in this palette
CSS code for this palette
/* CSS */
.romantic-embers {
color: #af3c4f;
}
.swiss-chard {
color: #e0616e;
}
.squid-pink {
color: #f7b6bf;
}
.majestic-treasures {
color: #f2e6a1;
}
.aurora-grey {
color: #d3c5c5;
}
/* CSS Variables */
:root {
--romantic-embers:#af3c4f;
--swiss-chard:#e0616e;
--squid-pink:#f7b6bf;
--majestic-treasures:#f2e6a1;
--aurora-grey:#d3c5c5;
}