Color names in this palette
CSS code for this palette
/* CSS */
.fiery-salmon {
color: #f76969;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.pluviophile {
color: #6ce0e0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--fiery-salmon:#f76969;
--gemini-mustard-momento:#f9a94e;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--pluviophile:#6ce0e0;
--olympic-blue:#4b91e2;
}