Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e0a3c2;
}
.sand-island {
color: #f6d1c1;
}
.calabrese {
color: #f1a8a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
/* CSS Variables */
:root {
--think-pink:#e0a3c2;
--sand-island:#f6d1c1;
--calabrese:#f1a8a2;
--solar-plexus-chakra:#f1c84b;
--r-d-i-ch-ng-orange:#f07c00;
}