Color names in this palette
CSS code for this palette
/* CSS */
.sagittarius-amber-artifact {
color: #fc7c40;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.yellow-petal {
color: #f0e34c;
}
.heart-chakra {
color: #5fbf7c;
}
.blue-elemental {
color: #518df5;
}
/* CSS Variables */
:root {
--sagittarius-amber-artifact:#fc7c40;
--gemini-mustard-momento:#f9a94e;
--yellow-petal:#f0e34c;
--heart-chakra:#5fbf7c;
--blue-elemental:#518df5;
}