Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.bubblegum-pink {
color: #f7b0b7;
}
.vanilla {
color: #f3e4aa;
}
.appetite {
color: #b4e9a5;
}
.zinnia-gold {
color: #ffd980;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--bubblegum-pink:#f7b0b7;
--vanilla:#f3e4aa;
--appetite:#b4e9a5;
--zinnia-gold:#ffd980;
}