Color names in this palette
CSS code for this palette
/* CSS */
.aster-flower-blue {
color: #9db0d8;
}
.danube {
color: #5b8cbe;
}
.muted-blue {
color: #3c6f9f;
}
.raspberry-mousse {
color: #dd6e8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--aster-flower-blue:#9db0d8;
--danube:#5b8cbe;
--muted-blue:#3c6f9f;
--raspberry-mousse:#dd6e8c;
--solar-plexus-chakra:#f1c84b;
}