Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.china-doll {
color: #f2e4d4;
}
.coastal-breeze {
color: #e1f5fe;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--china-doll:#f2e4d4;
--coastal-breeze:#e1f5fe;
--mint-macaron:#b1eaf2;
}