Color names in this palette
CSS code for this palette
/* CSS */
.kelly-green {
color: #3b9b60;
}
.mint-cold-green {
color: #6bc2a1;
}
.middle-blue {
color: #77d0e9;
}
.vanadyl-blue {
color: #00a5e0;
}
.primal-blue {
color: #0083b3;
}
/* CSS Variables */
:root {
--kelly-green:#3b9b60;
--mint-cold-green:#6bc2a1;
--middle-blue:#77d0e9;
--vanadyl-blue:#00a5e0;
--primal-blue:#0083b3;
}