Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.hubbard-squash {
color: #eabf8b;
}
.igniting {
color: #f4d49a;
}
.fairway-mist {
color: #c9e8b5;
}
.water-flow {
color: #79c6d7;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--hubbard-squash:#eabf8b;
--igniting:#f4d49a;
--fairway-mist:#c9e8b5;
--water-flow:#79c6d7;
}