Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-tile {
color: #1e6b6b;
}
.twilight-meadow {
color: #4ea6a2;
}
.smooth-satin {
color: #a2d7d5;
}
.menoth-white-base {
color: #f1e8b7;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--mosaic-tile:#1e6b6b;
--twilight-meadow:#4ea6a2;
--smooth-satin:#a2d7d5;
--menoth-white-base:#f1e8b7;
--vampire-red:#d63f2e;
}