Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e3;
}
.squash-blossom {
color: #f6b83c;
}
.opulent-orange {
color: #f0693d;
}
.cherry-pink {
color: #c75c78;
}
.purple-sapphire {
color: #794b8b;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e3;
--squash-blossom:#f6b83c;
--opulent-orange:#f0693d;
--cherry-pink:#c75c78;
--purple-sapphire:#794b8b;
}