Color names in this palette
CSS code for this palette
/* CSS */
.calypso-red {
color: #e16866;
}
.antique-cameo {
color: #f0b7a3;
}
.ivory-oats {
color: #f7e2c0;
}
.cymophane-yellow {
color: #f3e5a5;
}
.biltmore-buff {
color: #e3cca1;
}
/* CSS Variables */
:root {
--calypso-red:#e16866;
--antique-cameo:#f0b7a3;
--ivory-oats:#f7e2c0;
--cymophane-yellow:#f3e5a5;
--biltmore-buff:#e3cca1;
}