Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b2;
}
.orange-marmalade {
color: #fbaf74;
}
.forsythia-blossom {
color: #f9d66c;
}
.overtone {
color: #a3e6b7;
}
.throat-chakra {
color: #6cccda;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b2;
--orange-marmalade:#fbaf74;
--forsythia-blossom:#f9d66c;
--overtone:#a3e6b7;
--throat-chakra:#6cccda;
}