Color names in this palette
CSS code for this palette
/* CSS */
.ibis-wing {
color: #f28c82;
}
.squash-blossom {
color: #f6b83c;
}
.havana-cream {
color: #f9e6c3;
}
.eucalipto {
color: #49c5a4;
}
.taos-turquoise {
color: #2a8c8d;
}
/* CSS Variables */
:root {
--ibis-wing:#f28c82;
--squash-blossom:#f6b83c;
--havana-cream:#f9e6c3;
--eucalipto:#49c5a4;
--taos-turquoise:#2a8c8d;
}