Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-tile {
color: #1d6767;
}
.ocean-liner {
color: #1a8e8e;
}
.swagger {
color: #19b3b3;
}
.phosphorescent-blue {
color: #1fefde;
}
.bright-cyan {
color: #3df5f5;
}
/* CSS Variables */
:root {
--mosaic-tile:#1d6767;
--ocean-liner:#1a8e8e;
--swagger:#19b3b3;
--phosphorescent-blue:#1fefde;
--bright-cyan:#3df5f5;
}