Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d85f9c;
}
.miami-marmalade {
color: #f28e1c;
}
.safety-yellow {
color: #f0d400;
}
.king-lizard {
color: #7dd421;
}
.blue-click {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--sugar-rush:#d85f9c;
--miami-marmalade:#f28e1c;
--safety-yellow:#f0d400;
--king-lizard:#7dd421;
--blue-click:#a9d9ea;
}