Color names in this palette
CSS code for this palette
/* CSS */
.cheater {
color: #f5b05c;
}
.biscuit-cream {
color: #f8c9b4;
}
.think-pink {
color: #e0a3c2;
}
.pale-purple {
color: #b58bd5;
}
.cadet-blue {
color: #609d9f;
}
/* CSS Variables */
:root {
--cheater:#f5b05c;
--biscuit-cream:#f8c9b4;
--think-pink:#e0a3c2;
--pale-purple:#b58bd5;
--cadet-blue:#609d9f;
}