Color names in this palette
CSS code for this palette
/* CSS */
.romanic-scene {
color: #3d0b47;
}
.seance {
color: #682c6d;
}
.viva-magenta {
color: #a34d86;
}
.touch-of-glamor {
color: #df8a43;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--romanic-scene:#3d0b47;
--seance:#682c6d;
--viva-magenta:#a34d86;
--touch-of-glamor:#df8a43;
--solar-plexus-chakra:#f1c84b;
}