Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6c9eda;
}
.sacred-turquoise {
color: #4ab5a1;
}
.cymophane-yellow {
color: #f1e4a7;
}
.troll-slayer-orange {
color: #f7a64b;
}
.fire-flower {
color: #f88c3a;
}
/* CSS Variables */
:root {
--blue-gourami:#6c9eda;
--sacred-turquoise:#4ab5a1;
--cymophane-yellow:#f1e4a7;
--troll-slayer-orange:#f7a64b;
--fire-flower:#f88c3a;
}