Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3d8d8f;
}
.sacred-turquoise {
color: #46b4a2;
}
.vandermint {
color: #a8e1e6;
}
.spectra-yellow {
color: #f6a309;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--blue-chill:#3d8d8f;
--sacred-turquoise:#46b4a2;
--vandermint:#a8e1e6;
--spectra-yellow:#f6a309;
--dodgeroll-gold:#f39c12;
}