Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.yellow-tulip {
color: #f4d26c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fireglow {
color: #d85f41;
}
.drive-in-cherry {
color: #a42d2d;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--yellow-tulip:#f4d26c;
--maximum-yellow-red:#f1b74b;
--fireglow:#d85f41;
--drive-in-cherry:#a42d2d;
}