Color names in this palette
CSS code for this palette
/* CSS */
.nightly-blade {
color: #5b7d9a;
}
.blue-dam {
color: #a5c6d5;
}
.pale-blush {
color: #e2b0a2;
}
.salmon-eggs {
color: #f4d65d;
}
.crab-curry {
color: #d64b24;
}
/* CSS Variables */
:root {
--nightly-blade:#5b7d9a;
--blue-dam:#a5c6d5;
--pale-blush:#e2b0a2;
--salmon-eggs:#f4d65d;
--crab-curry:#d64b24;
}