Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3d7a99;
}
.squeaky {
color: #6dc0d5;
}
.luminescent-blue {
color: #a2e0e7;
}
.tacao {
color: #f5b17a;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3d7a99;
--squeaky:#6dc0d5;
--luminescent-blue:#a2e0e7;
--tacao:#f5b17a;
--coral-orange:#e86a4a;
}