Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f6bbc6;
}
.tequila {
color: #f6d0a2;
}
.icy-lemonade {
color: #f6e8b1;
}
.ice-crystal-blue {
color: #a7e2e0;
}
.hanami-pink {
color: #f3b4e3;
}
/* CSS Variables */
:root {
--christy-s-smile:#f6bbc6;
--tequila:#f6d0a2;
--icy-lemonade:#f6e8b1;
--ice-crystal-blue:#a7e2e0;
--hanami-pink:#f3b4e3;
}