Color names in this palette
CSS code for this palette
/* CSS */
.blue-eyed-boy {
color: #89b8e6;
}
.jemima {
color: #f6d47e;
}
.butter-cream {
color: #f6b141;
}
.zahri-pink {
color: #eb6f6f;
}
.pink-jazz {
color: #a46a8a;
}
/* CSS Variables */
:root {
--blue-eyed-boy:#89b8e6;
--jemima:#f6d47e;
--butter-cream:#f6b141;
--zahri-pink:#eb6f6f;
--pink-jazz:#a46a8a;
}