Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.scanda {
color: #6e8eaa;
}
.sunny-mood {
color: #f7c94b;
}
.mandys-pink {
color: #f5b59e;
}
.frugal {
color: #a4d6ad;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--scanda:#6e8eaa;
--sunny-mood:#f7c94b;
--mandys-pink:#f5b59e;
--frugal:#a4d6ad;
}