Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.fresh-pineapple {
color: #f6d64c;
}
.spring-yellow {
color: #f3e17c;
}
.star-studded {
color: #f9eca9;
}
.chinese-gold {
color: #dba800;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--fresh-pineapple:#f6d64c;
--spring-yellow:#f3e17c;
--star-studded:#f9eca9;
--chinese-gold:#dba800;
}