Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.pale-banana {
color: #f6e48e;
}
.sour-candy {
color: #69af4b;
}
.north-star-blue {
color: #1e3799;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--pale-banana:#f6e48e;
--sour-candy:#69af4b;
--north-star-blue:#1e3799;
}