Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e5a39e;
}
.wisley-pink {
color: #f2a79c;
}
.yellow-cream {
color: #f1cf6a;
}
.weekend-gardener {
color: #a2e6a7;
}
.rhodes {
color: #8bc0e4;
}
/* CSS Variables */
:root {
--bussell-lace:#e5a39e;
--wisley-pink:#f2a79c;
--yellow-cream:#f1cf6a;
--weekend-gardener:#a2e6a7;
--rhodes:#8bc0e4;
}