Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.squash-blossom {
color: #f7b83b;
}
.tangerine-bliss {
color: #d95d30;
}
.cranbrook {
color: #a45676;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--solar-plexus-chakra:#f1c84b;
--squash-blossom:#f7b83b;
--tangerine-bliss:#d95d30;
--cranbrook:#a45676;
}