Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.calabrese {
color: #f1a8a2;
}
.paw-paw {
color: #f9d59a;
}
.yellow-groove {
color: #f9b92f;
}
.acid-candy {
color: #a5c84c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--calabrese:#f1a8a2;
--paw-paw:#f9d59a;
--yellow-groove:#f9b92f;
--acid-candy:#a5c84c;
}