Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.common-dandelion {
color: #ffd65c;
}
.jeune-citron {
color: #a9d40c;
}
.peaceful-river {
color: #4a9fd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--common-dandelion:#ffd65c;
--jeune-citron:#a9d40c;
--peaceful-river:#4a9fd3;
}