Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f6bbc6;
}
.turquoise-tower {
color: #a8e6cf;
}
.wisp-green {
color: #c4d8b6;
}
.fire-orange {
color: #ff8f5c;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--christy-s-smile:#f6bbc6;
--turquoise-tower:#a8e6cf;
--wisp-green:#c4d8b6;
--fire-orange:#ff8f5c;
--maximum-yellow-red:#f1b74b;
}