Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #9ed7e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tal-yi-gold {
color: #e8b159;
}
.chicon {
color: #d5f1b6;
}
/* CSS Variables */
:root {
--light-budgie-blue:#9ed7e5;
--maximum-yellow-red:#f1b74b;
--grapefruit-pulp:#ff6e61;
--tal-yi-gold:#e8b159;
--chicon:#d5f1b6;
}