Color names in this palette
CSS code for this palette
/* CSS */
.pink-pepper {
color: #f0516e;
}
.rosy-outlook {
color: #f4a99f;
}
.indian-clay {
color: #f2cfc0;
}
.enjoyable-yellow {
color: #f4d5a9;
}
.go-bananas {
color: #f8c84f;
}
/* CSS Variables */
:root {
--pink-pepper:#f0516e;
--rosy-outlook:#f4a99f;
--indian-clay:#f2cfc0;
--enjoyable-yellow:#f4d5a9;
--go-bananas:#f8c84f;
}