Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a7d2e6;
}
.mandys-pink {
color: #f4b79f;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.firelight {
color: #f9d97b;
}
.mikan-orange {
color: #f08400;
}
/* CSS Variables */
:root {
--monaco:#a7d2e6;
--mandys-pink:#f4b79f;
--smooth-as-corn-silk:#f6e5b1;
--firelight:#f9d97b;
--mikan-orange:#f08400;
}