Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #f1c4c0;
}
.comical-coral {
color: #f3d3c9;
}
.chewing-gum {
color: #e4b0af;
}
.mellow-rose {
color: #d9a4a1;
}
.grand-sunset {
color: #c58c8c;
}
/* CSS Variables */
:root {
--channel:#f1c4c0;
--comical-coral:#f3d3c9;
--chewing-gum:#e4b0af;
--mellow-rose:#d9a4a1;
--grand-sunset:#c58c8c;
}