Color names in this palette
CSS code for this palette
/* CSS */
.moroccan-dusk {
color: #6b5b5d;
}
.beijing-moon {
color: #a99ea3;
}
.silver-bells {
color: #b8b2b4;
}
.pink-pandora {
color: #e1c6c7;
}
.cupid-arrow {
color: #f4e1e2;
}
/* CSS Variables */
:root {
--moroccan-dusk:#6b5b5d;
--beijing-moon:#a99ea3;
--silver-bells:#b8b2b4;
--pink-pandora:#e1c6c7;
--cupid-arrow:#f4e1e2;
}