Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.river-fountain {
color: #1f8e8e;
}
.mosaic-tile {
color: #1f6b6b;
}
.forbidden-forest {
color: #205656;
}
.faded-red {
color: #d1474a;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--river-fountain:#1f8e8e;
--mosaic-tile:#1f6b6b;
--forbidden-forest:#205656;
--faded-red:#d1474a;
}