Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #8c1d31;
}
.calypso-berry {
color: #c0394e;
}
.childhood-crush {
color: #e06c6c;
}
.just-peachy {
color: #fbbe74;
}
.satin-latour {
color: #f9daae;
}
/* CSS Variables */
:root {
--antique-ruby:#8c1d31;
--calypso-berry:#c0394e;
--childhood-crush:#e06c6c;
--just-peachy:#fbbe74;
--satin-latour:#f9daae;
}