Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-tile {
color: #1c6969;
}
.crystalsong-blue {
color: #50b9b9;
}
.faded-poster {
color: #81e4e4;
}
.majestic-treasures {
color: #f1eaa7;
}
.laughing-orange {
color: #f49b0b;
}
/* CSS Variables */
:root {
--mosaic-tile:#1c6969;
--crystalsong-blue:#50b9b9;
--faded-poster:#81e4e4;
--majestic-treasures:#f1eaa7;
--laughing-orange:#f49b0b;
}