Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.apricot-gelato {
color: #f6d6b1;
}
.boxwood-yellow {
color: #f0e4a8;
}
.basil-smash {
color: #b2e09e;
}
.deluxe-days {
color: #8bc7e5;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--apricot-gelato:#f6d6b1;
--boxwood-yellow:#f0e4a8;
--basil-smash:#b2e09e;
--deluxe-days:#8bc7e5;
}