Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.royal-blush {
color: #f17150;
}
.hot-sun {
color: #fabb29;
}
.optimistic-yellow {
color: #f4e1a4;
}
.ivory-keys {
color: #f8f9e6;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--royal-blush:#f17150;
--hot-sun:#fabb29;
--optimistic-yellow:#f4e1a4;
--ivory-keys:#f8f9e6;
}