Color names in this palette
CSS code for this palette
/* CSS */
.sweet-brown {
color: #a9392d;
}
.flambrosia {
color: #e6a800;
}
.nature-s-delight {
color: #aad18f;
}
.ibis {
color: #f4b3c3;
}
.sail-cover {
color: #598da1;
}
/* CSS Variables */
:root {
--sweet-brown:#a9392d;
--flambrosia:#e6a800;
--nature-s-delight:#aad18f;
--ibis:#f4b3c3;
--sail-cover:#598da1;
}