Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3c7b9a;
}
.expressionism-green {
color: #5abf9a;
}
.phosphorus {
color: #a6d3c7;
}
.vanilla {
color: #f3e4aa;
}
.coral-orange {
color: #e76c46;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3c7b9a;
--expressionism-green:#5abf9a;
--phosphorus:#a6d3c7;
--vanilla:#f3e4aa;
--coral-orange:#e76c46;
}