Color names in this palette
CSS code for this palette
/* CSS */
.heritage-blue {
color: #4b94b9;
}
.citronella {
color: #6abe7c;
}
.naked-noodle {
color: #f5c970;
}
.flame-orange {
color: #f68a1e;
}
.warming-heart {
color: #d14e3d;
}
/* CSS Variables */
:root {
--heritage-blue:#4b94b9;
--citronella:#6abe7c;
--naked-noodle:#f5c970;
--flame-orange:#f68a1e;
--warming-heart:#d14e3d;
}