Color names in this palette
CSS code for this palette
/* CSS */
.cente-tl-yellow {
color: #f6e179;
}
.sandy-brown {
color: #f3a85e;
}
.track-and-field {
color: #d8634b;
}
.vivid-viola {
color: #a03b7d;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--cente-tl-yellow:#f6e179;
--sandy-brown:#f3a85e;
--track-and-field:#d8634b;
--vivid-viola:#a03b7d;
--daisy-bush:#5c3f8d;
}