Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.sweet-mandarin {
color: #d45c3a;
}
.sandy-brown {
color: #f1a65b;
}
.salmon-eggs {
color: #f4d65d;
}
.opaline-green {
color: #a2c57d;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--sweet-mandarin:#d45c3a;
--sandy-brown:#f1a65b;
--salmon-eggs:#f4d65d;
--opaline-green:#a2c57d;
}