Color names in this palette
CSS code for this palette
/* CSS */
.beniukon-bronze {
color: #ff7e38;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.kul-sharif-blue {
color: #80d3fa;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--beniukon-bronze:#ff7e38;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--kul-sharif-blue:#80d3fa;
--grapefruit-pulp:#ff6e61;
}