Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.lion-cub {
color: #f7c9a6;
}
.lemon-filling {
color: #f8e5a5;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.rajah {
color: #f9a65d;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--lion-cub:#f7c9a6;
--lemon-filling:#f8e5a5;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--rajah:#f9a65d;
}