CSS code for this palette
/* CSS */
.cool-dusk {
color: #789dab;
}
.skylight {
color: #bad6d8;
}
.martica {
color: #f3e4b9;
}
.squash-blossom {
color: #f6b83c;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--cool-dusk:#789dab;
--skylight:#bad6d8;
--martica:#f3e4b9;
--squash-blossom:#f6b83c;
--orangeade:#e04f38;
}