Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.fire-island {
color: #d8503b;
}
.sandy-brown {
color: #f1a65b;
}
.yellow-tulip {
color: #f4d171;
}
.opaline-green {
color: #a3c97e;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--fire-island:#d8503b;
--sandy-brown:#f1a65b;
--yellow-tulip:#f4d171;
--opaline-green:#a3c97e;
}