Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.mint-circle {
color: #a7d3a6;
}
.optimistic-yellow {
color: #f4e1a4;
}
.kacey-s-pink {
color: #e94e77;
}
.torea-bay {
color: #3a3b78;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--mint-circle:#a7d3a6;
--optimistic-yellow:#f4e1a4;
--kacey-s-pink:#e94e77;
--torea-bay:#3a3b78;
}