Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d74c3c;
}
.phoenix-flames {
color: #f3a41b;
}
.yellow-tulip {
color: #f4d371;
}
.eerie-glow {
color: #a8d6b9;
}
.memphis-green {
color: #5e9c78;
}
/* CSS Variables */
:root {
--warming-heart:#d74c3c;
--phoenix-flames:#f3a41b;
--yellow-tulip:#f4d371;
--eerie-glow:#a8d6b9;
--memphis-green:#5e9c78;
}