Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d64d38;
}
.sandy-brown {
color: #f3a15e;
}
.oriole-yellow {
color: #f6d579;
}
.witty-green {
color: #b2d9a1;
}
.throat-chakra {
color: #6cd2d5;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d64d38;
--sandy-brown:#f3a15e;
--oriole-yellow:#f6d579;
--witty-green:#b2d9a1;
--throat-chakra:#6cd2d5;
}