Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.welcoming-wasp {
color: #f0a800;
}
.flame-orange {
color: #f78c22;
}
.nasturtium-flower {
color: #e64919;
}
.indiscreet {
color: #aa3c3c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--welcoming-wasp:#f0a800;
--flame-orange:#f78c22;
--nasturtium-flower:#e64919;
--indiscreet:#aa3c3c;
}