Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.khmer-curry {
color: #f05656;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--khmer-curry:#f05656;
--grapefruit-pulp:#ff6e61;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
}