Color names in this palette
CSS code for this palette
/* CSS */
.macaw {
color: #fbbd23;
}
.laughing-orange {
color: #f59f0a;
}
.orange-outburst {
color: #db7706;
}
.scarecrow-frown {
color: #a45a28;
}
.bluish-purple {
color: #7c3bed;
}
/* CSS Variables */
:root {
--macaw:#fbbd23;
--laughing-orange:#f59f0a;
--orange-outburst:#db7706;
--scarecrow-frown:#a45a28;
--bluish-purple:#7c3bed;
}