Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.aragon-green {
color: #4abf8a;
}
.peachy-summer-skies {
color: #ffd8a8;
}
.ginger-peach {
color: #fad19e;
}
.aztec-glimmer {
color: #e5b148;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--aragon-green:#4abf8a;
--peachy-summer-skies:#ffd8a8;
--ginger-peach:#fad19e;
--aztec-glimmer:#e5b148;
}