Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.nacho {
color: #ffcb5c;
}
.smoke-and-mirrors {
color: #d8e6e9;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--nacho:#ffcb5c;
--smoke-and-mirrors:#d8e6e9;
--peaceful-river:#4a9cd3;
}