Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.delicate-girl-blue {
color: #66b2c7;
}
.fling-green {
color: #8cd4d2;
}
.lime-bright {
color: #f1e3b1;
}
.slippery-salmon {
color: #f67d65;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--delicate-girl-blue:#66b2c7;
--fling-green:#8cd4d2;
--lime-bright:#f1e3b1;
--slippery-salmon:#f67d65;
}