Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7ba0;
}
.port-hope {
color: #59c5c3;
}
.smooth-satin {
color: #a2d7d1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.watermelon {
color: #ff4d58;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7ba0;
--port-hope:#59c5c3;
--smooth-satin:#a2d7d1;
--optimistic-yellow:#f4e1a4;
--watermelon:#ff4d58;
}