Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #d64e24;
}
.ginger-milk {
color: #f6a85a;
}
.caramel-ice {
color: #f0caa8;
}
.smell-the-mint {
color: #c0f7d1;
}
.candid-blue {
color: #6ccae0;
}
/* CSS Variables */
:root {
--crab-curry:#d64e24;
--ginger-milk:#f6a85a;
--caramel-ice:#f0caa8;
--smell-the-mint:#c0f7d1;
--candid-blue:#6ccae0;
}