Color names in this palette
CSS code for this palette
/* CSS */
.blue-pink {
color: #b5a2c3;
}
.york-plum {
color: #d1c0e7;
}
.rotunda-gold {
color: #f7e1c0;
}
.squash-blossom {
color: #f6b83c;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--blue-pink:#b5a2c3;
--york-plum:#d1c0e7;
--rotunda-gold:#f7e1c0;
--squash-blossom:#f6b83c;
--coral-orange:#e86a4a;
}