Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.honey-crusted-chicken {
color: #ffbc57;
}
.hint-of-honey {
color: #ffd56b;
}
.digital-yellow {
color: #ffeb7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--honey-crusted-chicken:#ffbc57;
--hint-of-honey:#ffd56b;
--digital-yellow:#ffeb7a;
}