Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.hygiene-green {
color: #5db6b2;
}
.sinbad {
color: #a5d5d1;
}
.lazy-daisy {
color: #f7e9a1;
}
.elastic-pink {
color: #f1a2c7;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--hygiene-green:#5db6b2;
--sinbad:#a5d5d1;
--lazy-daisy:#f7e9a1;
--elastic-pink:#f1a2c7;
}