Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.vintage-orange {
color: #ffb35c;
}
.hint-of-honey {
color: #ffd56b;
}
.the-first-daffodil {
color: #ffec8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--vintage-orange:#ffb35c;
--hint-of-honey:#ffd56b;
--the-first-daffodil:#ffec8f;
}