Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f2b05f;
}
.coppersmith {
color: #d78f3c;
}
.coral-orange {
color: #e6694c;
}
.magenta-haze {
color: #a54a72;
}
.nauseous-blue {
color: #4b3d85;
}
/* CSS Variables */
:root {
--goldfish:#f2b05f;
--coppersmith:#d78f3c;
--coral-orange:#e6694c;
--magenta-haze:#a54a72;
--nauseous-blue:#4b3d85;
}