Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.king-lime {
color: #a8d600;
}
.emerald-reflection {
color: #4dcb79;
}
.precious-stone {
color: #2f8c98;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--solar-plexus-chakra:#f1c84b;
--king-lime:#a8d600;
--emerald-reflection:#4dcb79;
--precious-stone:#2f8c98;
}