Color names in this palette
CSS code for this palette
/* CSS */
.thredbo {
color: #75c3d7;
}
.aztec-sky {
color: #4ab7d9;
}
.blue-damselfly {
color: #299fd6;
}
.riviera-sea {
color: #1f7f89;
}
.woven-gold {
color: #d6b73d;
}
/* CSS Variables */
:root {
--thredbo:#75c3d7;
--aztec-sky:#4ab7d9;
--blue-damselfly:#299fd6;
--riviera-sea:#1f7f89;
--woven-gold:#d6b73d;
}