Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.clear-chill {
color: #1f8fff;
}
.jade-glass {
color: #00ced1;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--clear-chill:#1f8fff;
--jade-glass:#00ced1;
--f-n-h-ng-pink:#ff6bb5;
--soviet-gold:#ffd900;
}