Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.nacho {
color: #ffcb5c;
}
.sour-candy {
color: #69af4b;
}
.north-star-blue {
color: #1e3799;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--nacho:#ffcb5c;
--sour-candy:#69af4b;
--north-star-blue:#1e3799;
}