Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c7b0;
}
.plum-blossom {
color: #f1a2a4;
}
.flower-blossom-pink {
color: #ef7b89;
}
.crushed-berries {
color: #d75b99;
}
.vivid-viola {
color: #a63f7d;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c7b0;
--plum-blossom:#f1a2a4;
--flower-blossom-pink:#ef7b89;
--crushed-berries:#d75b99;
--vivid-viola:#a63f7d;
}