Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.burning-coals {
color: #f69d74;
}
.sunny-mood {
color: #f7c94b;
}
.eerie-glow {
color: #a7d7b8;
}
.corrosion-green {
color: #4c9e8a;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--burning-coals:#f69d74;
--sunny-mood:#f7c94b;
--eerie-glow:#a7d7b8;
--corrosion-green:#4c9e8a;
}