Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f2e750;
}
.last-sunlight {
color: #e3b93b;
}
.tango {
color: #d66f2e;
}
.king-crimson {
color: #c44c4a;
}
.parlour-red {
color: #a52c5c;
}
/* CSS Variables */
:root {
--yellow-petal:#f2e750;
--last-sunlight:#e3b93b;
--tango:#d66f2e;
--king-crimson:#c44c4a;
--parlour-red:#a52c5c;
}