Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.smooth-satin {
color: #a3d7d5;
}
.indiviolet-sunset {
color: #690dab;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--smooth-satin:#a3d7d5;
--indiviolet-sunset:#690dab;
}