Color names in this palette
CSS code for this palette
/* CSS */
.sweet-nectar {
color: #f9c2ae;
}
.pink-fit {
color: #f6a2b3;
}
.corralize {
color: #f28c73;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--sweet-nectar:#f9c2ae;
--pink-fit:#f6a2b3;
--corralize:#f28c73;
--oranzhewyi-orange:#f15d3b;
--bacon-strips:#e13e33;
}