Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.welcoming-wasp {
color: #f0a800;
}
.sohi-red {
color: #e55d3e;
}
.cosmic-coral {
color: #e57a6c;
}
.manila-tint {
color: #ffe1a8;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--welcoming-wasp:#f0a800;
--sohi-red:#e55d3e;
--cosmic-coral:#e57a6c;
--manila-tint:#ffe1a8;
}