Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.dessert-cream {
color: #f6e3d0;
}
.nevada-sky {
color: #a2d5e6;
}
.mountain-bluebird {
color: #4c9cc8;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--dessert-cream:#f6e3d0;
--nevada-sky:#a2d5e6;
--mountain-bluebird:#4c9cc8;
}