Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a9d3e0;
}
.calabrese {
color: #f1a6a2;
}
.angry-pasta {
color: #fdc958;
}
.pelican-pecker {
color: #fb9e2d;
}
.energetic-orange {
color: #d9573a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a9d3e0;
--calabrese:#f1a6a2;
--angry-pasta:#fdc958;
--pelican-pecker:#fb9e2d;
--energetic-orange:#d9573a;
}