Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a65e9a;
}
.golgfag-brown {
color: #d87f6f;
}
.arts-crafts-gold {
color: #f9c48b;
}
.new-gold {
color: #e4d54e;
}
.blue-bell {
color: #86b2d0;
}
/* CSS Variables */
:root {
--radiant-orchid:#a65e9a;
--golgfag-brown:#d87f6f;
--arts-crafts-gold:#f9c48b;
--new-gold:#e4d54e;
--blue-bell:#86b2d0;
}