Color names in this palette
CSS code for this palette
/* CSS */
.kurenai-red {
color: #d60039;
}
.phaser-beam {
color: #ff4d00;
}
.floral-leaf {
color: #ffb84d;
}
.eugenia {
color: #f2e7d4;
}
.molly-robins {
color: #4f8c6e;
}
/* CSS Variables */
:root {
--kurenai-red:#d60039;
--phaser-beam:#ff4d00;
--floral-leaf:#ffb84d;
--eugenia:#f2e7d4;
--molly-robins:#4f8c6e;
}