Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3c7b96;
}
.blue-brocade {
color: #6ebad4;
}
.everest {
color: #a0e4e1;
}
.heaven-gates {
color: #c5f1f7;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3c7b96;
--blue-brocade:#6ebad4;
--everest:#a0e4e1;
--heaven-gates:#c5f1f7;
--child-of-light:#f1f5f8;
}