Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.scalloped-oak {
color: #f1d1a2;
}
.storm-lightning {
color: #f9e89f;
}
.frugal {
color: #a4d6b3;
}
.blue-mana {
color: #6ec6f2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--scalloped-oak:#f1d1a2;
--storm-lightning:#f9e89f;
--frugal:#a4d6b3;
--blue-mana:#6ec6f2;
}