Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.energy-yellow {
color: #f7d550;
}
.celadon {
color: #a8e1ae;
}
.bachelor-button {
color: #49b7d0;
}
.blue-mirage {
color: #5f6d7c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--energy-yellow:#f7d550;
--celadon:#a8e1ae;
--bachelor-button:#49b7d0;
--blue-mirage:#5f6d7c;
}