Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f9a91f;
}
.sunny-mood {
color: #f7c94b;
}
.sugar-cookie {
color: #f2e5a1;
}
.new-heights {
color: #d0e6f1;
}
.airborne {
color: #a1c2d4;
}
/* CSS Variables */
:root {
--gusto-gold:#f9a91f;
--sunny-mood:#f7c94b;
--sugar-cookie:#f2e5a1;
--new-heights:#d0e6f1;
--airborne:#a1c2d4;
}