Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f7b1c1;
}
.avid-apricot {
color: #f3c5a0;
}
.white-corn {
color: #f1d298;
}
.summer-field {
color: #e2c374;
}
.great-dane {
color: #d3a569;
}
/* CSS Variables */
:root {
--ibis:#f7b1c1;
--avid-apricot:#f3c5a0;
--white-corn:#f1d298;
--summer-field:#e2c374;
--great-dane:#d3a569;
}