Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f49fb0;
}
.belgian-cream {
color: #f8f1e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.last-sunlight {
color: #e5b738;
}
.pink-nectar {
color: #d7a7b9;
}
/* CSS Variables */
:root {
--sweet-60:#f49fb0;
--belgian-cream:#f8f1e2;
--solar-plexus-chakra:#f1c84b;
--last-sunlight:#e5b738;
--pink-nectar:#d7a7b9;
}