Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6a9cdc;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.miami-marmalade {
color: #f28e1c;
}
.sohi-red {
color: #e65f3d;
}
.parlour-red {
color: #a02c55;
}
/* CSS Variables */
:root {
--blue-gourami:#6a9cdc;
--solar-plexus-chakra:#f0c74c;
--miami-marmalade:#f28e1c;
--sohi-red:#e65f3d;
--parlour-red:#a02c55;
}