Color names in this palette
CSS code for this palette
/* CSS */
.tan-temptation {
color: #f0c09e;
}
.bussell-lace {
color: #e6a3a4;
}
.can-can {
color: #d38d9a;
}
.pearly-purple {
color: #b668a1;
}
.jubilee {
color: #7d5b9f;
}
/* CSS Variables */
:root {
--tan-temptation:#f0c09e;
--bussell-lace:#e6a3a4;
--can-can:#d38d9a;
--pearly-purple:#b668a1;
--jubilee:#7d5b9f;
}