Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.aspen-gold {
color: #ffd761;
}
.blobfish {
color: #ffc2cc;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--aspen-gold:#ffd761;
--blobfish:#ffc2cc;
--pelati:#ff2e2e;
}