Color names in this palette
CSS code for this palette
/* CSS */
.jade-jewel {
color: #1e8080;
}
.crystalsong-blue {
color: #4fb5b5;
}
.cold-blue {
color: #85e0e0;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--jade-jewel:#1e8080;
--crystalsong-blue:#4fb5b5;
--cold-blue:#85e0e0;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}