Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a3d7ab;
}
.peach-temptation {
color: #f0c3b2;
}
.durango-dust {
color: #f9e49f;
}
.pink-marshmallow {
color: #f8b4d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--frugal:#a3d7ab;
--peach-temptation:#f0c3b2;
--durango-dust:#f9e49f;
--pink-marshmallow:#f8b4d2;
--grapefruit-pulp:#ff6e61;
}