Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #5ab8e7;
}
.holiday-camp {
color: #6f9f7a;
}
.calabrese {
color: #f1a8a2;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.curry-bubbles {
color: #f5b800;
}
/* CSS Variables */
:root {
--sail-away:#5ab8e7;
--holiday-camp:#6f9f7a;
--calabrese:#f1a8a2;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--curry-bubbles:#f5b800;
}