Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6da2b6;
}
.sunny-mood {
color: #f7c94b;
}
.pale-marigold {
color: #ffbd42;
}
.sizzling-red {
color: #ff3d57;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6da2b6;
--sunny-mood:#f7c94b;
--pale-marigold:#ffbd42;
--sizzling-red:#ff3d57;
}