Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.wake-me-up {
color: #f6d55a;
}
.waterfall {
color: #3cafa3;
}
.lapis-lazuli {
color: #20659d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--wake-me-up:#f6d55a;
--waterfall:#3cafa3;
--lapis-lazuli:#20659d;
}