Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.american-yellow {
color: #f5b400;
}
.miami-marmalade {
color: #f28e1c;
}
.moth-orchid {
color: #d6006f;
}
.noble-cause-purple {
color: #7b1fa3;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--american-yellow:#f5b400;
--miami-marmalade:#f28e1c;
--moth-orchid:#d6006f;
--noble-cause-purple:#7b1fa3;
}