Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.pharaoh-s-seas {
color: #5abfbd;
}
.dayflower {
color: #3a9ad9;
}
.peach-mimosa {
color: #f3a48c;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--pharaoh-s-seas:#5abfbd;
--dayflower:#3a9ad9;
--peach-mimosa:#f3a48c;
--flame-orange:#f78c22;
}