Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8c9b4;
}
.wisley-pink {
color: #f2a39c;
}
.lively-coral {
color: #e67b79;
}
.cranberry-splash {
color: #d54d62;
}
.romantic-embers {
color: #b83d4e;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8c9b4;
--wisley-pink:#f2a39c;
--lively-coral:#e67b79;
--cranberry-splash:#d54d62;
--romantic-embers:#b83d4e;
}