Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.fresh-peaches {
color: #f8b98b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.patina-green {
color: #b8e6b3;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--fresh-peaches:#f8b98b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--patina-green:#b8e6b3;
--light-budgie-blue:#a1d6e8;
}