Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3c7e9a;
}
.crystalsong-blue {
color: #4eb7b3;
}
.beach-glass {
color: #93e1d0;
}
.forsythia-blossom {
color: #f9d66c;
}
.sunset-peach {
color: #f7a67e;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3c7e9a;
--crystalsong-blue:#4eb7b3;
--beach-glass:#93e1d0;
--forsythia-blossom:#f9d66c;
--sunset-peach:#f7a67e;
}