Color names in this palette
CSS code for this palette
/* CSS */
.mammoth-mountain {
color: #3c6c7c;
}
.dusty-turquoise {
color: #5a898c;
}
.twining-vine {
color: #76a79f;
}
.smooth-satin {
color: #a2d8d4;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--mammoth-mountain:#3c6c7c;
--dusty-turquoise:#5a898c;
--twining-vine:#76a79f;
--smooth-satin:#a2d8d4;
--milky-way:#e4f6f6;
}