Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc9ff;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc9ff;
--hiroshima-aquamarine:#80ffd4;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
}