Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.vibrant {
color: #ffd54d;
}
.bilious-green {
color: #a6d56c;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--vibrant:#ffd54d;
--bilious-green:#a6d56c;
--sour-candy:#69af4b;
}