Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.storm-blue {
color: #507f9b;
}
.tropic-turquoise {
color: #66b7a6;
}
.green-jewel {
color: #8fdcbe;
}
.gentle-cold {
color: #c3efec;
}
/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--storm-blue:#507f9b;
--tropic-turquoise:#66b7a6;
--green-jewel:#8fdcbe;
--gentle-cold:#c3efec;
}