Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a5f7e;
}
.secret-cove {
color: #698e9b;
}
.canal-blue {
color: #9cc3c9;
}
.jemima {
color: #f2d57d;
}
.pickled-salmon {
color: #ff6a57;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a5f7e;
--secret-cove:#698e9b;
--canal-blue:#9cc3c9;
--jemima:#f2d57d;
--pickled-salmon:#ff6a57;
}