Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.chai-latte {
color: #f6c9a2;
}
.juneberry {
color: #7e4e97;
}
.boho-blush {
color: #e78a88;
}
.ibis-rose {
color: #c75c8c;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--chai-latte:#f6c9a2;
--juneberry:#7e4e97;
--boho-blush:#e78a88;
--ibis-rose:#c75c8c;
}