Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c2;
}
.pinkish-tan {
color: #d79f7f;
}
.frontier-fort {
color: #c1b19f;
}
.flannel-pajamas {
color: #8b8e9c;
}
.strong-iris {
color: #5e5b80;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c2;
--pinkish-tan:#d79f7f;
--frontier-fort:#c1b19f;
--flannel-pajamas:#8b8e9c;
--strong-iris:#5e5b80;
}