Color names in this palette
CSS code for this palette
/* CSS */
.dull-red {
color: #bb3e3e;
}
.carnival {
color: #e88d2c;
}
.salmon-eggs {
color: #f2d55f;
}
.limestoned {
color: #a7caa0;
}
.nautical-creatures {
color: #2b5c7d;
}
/* CSS Variables */
:root {
--dull-red:#bb3e3e;
--carnival:#e88d2c;
--salmon-eggs:#f2d55f;
--limestoned:#a7caa0;
--nautical-creatures:#2b5c7d;
}