Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.eugenia {
color: #f2e7d4;
}
.sky-babe {
color: #84c1d7;
}
.blue-heaven {
color: #5b7f95;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--solar-plexus-chakra:#f1c84b;
--eugenia:#f2e7d4;
--sky-babe:#84c1d7;
--blue-heaven:#5b7f95;
}