Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a6d9b1;
}
.pink-marshmallow {
color: #f2b5d4;
}
.gold-sand {
color: #f6e5a7;
}
.golden-cream {
color: #f9b56c;
}
.jaffa {
color: #e27d4b;
}
/* CSS Variables */
:root {
--frugal:#a6d9b1;
--pink-marshmallow:#f2b5d4;
--gold-sand:#f6e5a7;
--golden-cream:#f9b56c;
--jaffa:#e27d4b;
}