Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.candlelight-peach {
color: #f9a79f;
}
.english-rose {
color: #f4c7c3;
}
.chefchaouen-blue {
color: #a1d0e8;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--candlelight-peach:#f9a79f;
--english-rose:#f4c7c3;
--chefchaouen-blue:#a1d0e8;
--cerulean-frost:#6d9dc5;
}