Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3d7999;
}
.gulf-stream {
color: #76b2a4;
}
.green-trance {
color: #a3d7a5;
}
.storm-lightning {
color: #f7e89c;
}
.burning-coals {
color: #f69e6f;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3d7999;
--gulf-stream:#76b2a4;
--green-trance:#a3d7a5;
--storm-lightning:#f7e89c;
--burning-coals:#f69e6f;
}