Color names in this palette
CSS code for this palette
/* CSS */
.baltic-sea {
color: #3c3b3f;
}
.chicha-morada {
color: #7e5d71;
}
.violet-femmes {
color: #a66e9c;
}
.ceylon-yellow {
color: #d3af3c;
}
.safflower-scarlet {
color: #ea3b2e;
}
/* CSS Variables */
:root {
--baltic-sea:#3c3b3f;
--chicha-morada:#7e5d71;
--violet-femmes:#a66e9c;
--ceylon-yellow:#d3af3c;
--safflower-scarlet:#ea3b2e;
}