Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.puerto-rico {
color: #5bb9a1;
}
.bubble-algae {
color: #90e9c4;
}
.minty-fresh {
color: #d3f3e5;
}
.fine-linen {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--puerto-rico:#5bb9a1;
--bubble-algae:#90e9c4;
--minty-fresh:#d3f3e5;
--fine-linen:#f9f9c3;
}