Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3c7090;
}
.savoy {
color: #87af4b;
}
.goldfinch {
color: #f2e263;
}
.fresh-on-the-market {
color: #f9a9ba;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3c7090;
--savoy:#87af4b;
--goldfinch:#f2e263;
--fresh-on-the-market:#f9a9ba;
--porcelain-rose:#e76a6a;
}