Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.lively-coral {
color: #e67b79;
}
.pressed-rose {
color: #f1aba2;
}
.coral-bisque {
color: #f6c5b1;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--lively-coral:#e67b79;
--pressed-rose:#f1aba2;
--coral-bisque:#f6c5b1;
--china-doll:#f2e4d4;
}