Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.precious-persimmon {
color: #ff7142;
}
.usc-gold {
color: #ffcc00;
}
.last-of-lettuce {
color: #a4d869;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--precious-persimmon:#ff7142;
--usc-gold:#ffcc00;
--last-of-lettuce:#a4d869;
--f-n-h-ng-pink:#ff6bb5;
}