Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-bay {
color: #5d9bd5;
}
.welcoming-wasp {
color: #f0a800;
}
.ponceau {
color: #f25a76;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-bay:#5d9bd5;
--welcoming-wasp:#f0a800;
--ponceau:#f25a76;
--sugar-rush:#d85f9c;
}