Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.maximum-green-yellow {
color: #d3e156;
}
.atlantic-ocean {
color: #a9d8e5;
}
.grey-blueberry {
color: #6c7d93;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--maximum-green-yellow:#d3e156;
--atlantic-ocean:#a9d8e5;
--grey-blueberry:#6c7d93;
}