Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.river-of-gold {
color: #e6b65b;
}
.crescent-moon {
color: #f2e8cf;
}
.celestine {
color: #81c0c1;
}
.living-stream {
color: #3a6d8d;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--river-of-gold:#e6b65b;
--crescent-moon:#f2e8cf;
--celestine:#81c0c1;
--living-stream:#3a6d8d;
}