Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.windsor-way {
color: #a2c7e7;
}
.maximum-blue-purple {
color: #b7a4e5;
}
.pressed-flower {
color: #d68fbb;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--windsor-way:#a2c7e7;
--maximum-blue-purple:#b7a4e5;
--pressed-flower:#d68fbb;
}