Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.two-peas-in-a-pod {
color: #a3d14d;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--apricot-glazed-chicken:#f5a524;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--two-peas-in-a-pod:#a3d14d;
--coolbox-ice-turquoise:#499c9b;
}