Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd4df;
}
.maximum-yellow-red {
color: #f1b74b;
}
.cheddar-cheese {
color: #f1873b;
}
.crab-curry {
color: #da4e2b;
}
.kyo-purple {
color: #9f5b8d;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd4df;
--maximum-yellow-red:#f1b74b;
--cheddar-cheese:#f1873b;
--crab-curry:#da4e2b;
--kyo-purple:#9f5b8d;
}