Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f8c4c4;
}
.rosy-outlook {
color: #f5ae9e;
}
.ibis-wing {
color: #f39081;
}
.monarch-orange {
color: #f2a06e;
}
.yellow-currant {
color: #f5c76b;
}
/* CSS Variables */
:root {
--azalea-pink:#f8c4c4;
--rosy-outlook:#f5ae9e;
--ibis-wing:#f39081;
--monarch-orange:#f2a06e;
--yellow-currant:#f5c76b;
}