Color names in this palette
CSS code for this palette
/* CSS */
.mykonos-blue {
color: #005b80;
}
.pristine-seas {
color: #007899;
}
.tomb-blue {
color: #0099cc;
}
.hello-spring {
color: #4ad962;
}
.matcha-powder {
color: #a1d600;
}
/* CSS Variables */
:root {
--mykonos-blue:#005b80;
--pristine-seas:#007899;
--tomb-blue:#0099cc;
--hello-spring:#4ad962;
--matcha-powder:#a1d600;
}