Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hibiscus-delight {
color: #ff9b70;
}
.nacho {
color: #ffcb5c;
}
.smoke-and-mirrors {
color: #d8e6e9;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hibiscus-delight:#ff9b70;
--nacho:#ffcb5c;
--smoke-and-mirrors:#d8e6e9;
--blue-electress:#6b9cd1;
}