Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6cae3;
}
.mont-blanc {
color: #a1b3d9;
}
.ambrosial-oceanside {
color: #4baf9b;
}
.squash-blossom {
color: #f6b83c;
}
.buffallo-sauce {
color: #f2591c;
}
/* CSS Variables */
:root {
--purity:#d6cae3;
--mont-blanc:#a1b3d9;
--ambrosial-oceanside:#4baf9b;
--squash-blossom:#f6b83c;
--buffallo-sauce:#f2591c;
}