Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4a3b59;
}
.rose-wine {
color: #a35c72;
}
.pink-sand {
color: #dfaf9a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.indiscreet {
color: #ab3b3c;
}
/* CSS Variables */
:root {
--purple-velvet:#4a3b59;
--rose-wine:#a35c72;
--pink-sand:#dfaf9a;
--solar-plexus-chakra:#f1c84b;
--indiscreet:#ab3b3c;
}