Color names in this palette
CSS code for this palette
/* CSS */
.splash-of-honey {
color: #d7b98e;
}
.dreamy-sunset {
color: #ffad61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.holly-berry {
color: #b4505d;
}
.havana {
color: #3c2b2a;
}
/* CSS Variables */
:root {
--splash-of-honey:#d7b98e;
--dreamy-sunset:#ffad61;
--grapefruit-pulp:#ff6e61;
--holly-berry:#b4505d;
--havana:#3c2b2a;
}