Color names in this palette
CSS code for this palette
/* CSS */
.bastille {
color: #2e2a32;
}
.sultana {
color: #694a6d;
}
.love-poem {
color: #a06483;
}
.apricot-tan {
color: #df8d53;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bastille:#2e2a32;
--sultana:#694a6d;
--love-poem:#a06483;
--apricot-tan:#df8d53;
--solar-plexus-chakra:#f1c84b;
}