Color names in this palette
CSS code for this palette
/* CSS */
.incan-treasure {
color: #f8e0c4;
}
.mystic-tulip {
color: #f6b7a2;
}
.fruit-shake {
color: #f39d8c;
}
.golgfag-brown {
color: #d87b6f;
}
.holly-berry {
color: #b54f5e;
}
/* CSS Variables */
:root {
--incan-treasure:#f8e0c4;
--mystic-tulip:#f6b7a2;
--fruit-shake:#f39d8c;
--golgfag-brown:#d87b6f;
--holly-berry:#b54f5e;
}