Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c7d5;
}
.pink-nectar {
color: #d7a8b5;
}
.heirloom-rose {
color: #d080a4;
}
.brilliant-carmine {
color: #b4558d;
}
.beetiful-magenta {
color: #8c2c6f;
}
/* CSS Variables */
:root {
--etcetera:#e1c7d5;
--pink-nectar:#d7a8b5;
--heirloom-rose:#d080a4;
--brilliant-carmine:#b4558d;
--beetiful-magenta:#8c2c6f;
}