Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.saffron-mango {
color: #f9be58;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.carona {
color: #faa629;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--saffron-mango:#f9be58;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--carona:#faa629;
--consumed-by-fire:#f47f1f;
}