Color names in this palette
CSS code for this palette
/* CSS */
.melon-baby {
color: #f27b6e;
}
.shrimp-cocktail {
color: #f4a462;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.glenwood-green {
color: #a8d6b5;
}
.cabana-blue {
color: #5d8d98;
}
/* CSS Variables */
:root {
--melon-baby:#f27b6e;
--shrimp-cocktail:#f4a462;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--glenwood-green:#a8d6b5;
--cabana-blue:#5d8d98;
}