Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #4d6d93;
}
.grey-blue {
color: #78a2b5;
}
.smooth-satin {
color: #a4d6d6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--riverside:#4d6d93;
--grey-blue:#78a2b5;
--smooth-satin:#a4d6d6;
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#e77e23;
}