Color names in this palette
CSS code for this palette
/* CSS */
.rakuda-brown {
color: #c47a4f;
}
.folksy-gold {
color: #d39969;
}
.fulgurite-copper {
color: #e7b67e;
}
.igniting {
color: #f4d79a;
}
.sand-island {
color: #f6d1c1;
}
/* CSS Variables */
:root {
--rakuda-brown:#c47a4f;
--folksy-gold:#d39969;
--fulgurite-copper:#e7b67e;
--igniting:#f4d79a;
--sand-island:#f6d1c1;
}