Color names in this palette
CSS code for this palette
/* CSS */
.kir-royale-rose {
color: #b55a78;
}
.crunch {
color: #f2b95f;
}
.italian-straw {
color: #e9d39f;
}
.seastone {
color: #7d8b8c;
}
.apricot-obsession {
color: #f9c6b4;
}
/* CSS Variables */
:root {
--kir-royale-rose:#b55a78;
--crunch:#f2b95f;
--italian-straw:#e9d39f;
--seastone:#7d8b8c;
--apricot-obsession:#f9c6b4;
}