Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.hint-of-honey {
color: #ffd56b;
}
.capri-water-blue {
color: #a8e1d4;
}
.kindred {
color: #709ddb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--hint-of-honey:#ffd56b;
--capri-water-blue:#a8e1d4;
--kindred:#709ddb;
}