Color names in this palette
CSS code for this palette
/* CSS */
.tort {
color: #5b8f8f;
}
.baroque-blue {
color: #96b6b5;
}
.flowering-reed {
color: #e1d7b7;
}
.troll-slayer-orange {
color: #f6a14c;
}
.lionfish-red {
color: #df3c2a;
}
/* CSS Variables */
:root {
--tort:#5b8f8f;
--baroque-blue:#96b6b5;
--flowering-reed:#e1d7b7;
--troll-slayer-orange:#f6a14c;
--lionfish-red:#df3c2a;
}