Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.pretty-petunia {
color: #d9b3e6;
}
.alpine-berry-yellow {
color: #f7e1bb;
}
.squash-blossom {
color: #f6b83c;
}
.tangerine-bliss {
color: #d96030;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--pretty-petunia:#d9b3e6;
--alpine-berry-yellow:#f7e1bb;
--squash-blossom:#f6b83c;
--tangerine-bliss:#d96030;
}