Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.stillwater {
color: #70a2b2;
}
.witness {
color: #8dc3c9;
}
.botanical-tint {
color: #a4e5d4;
}
.after-dinner-mint {
color: #e4f7e4;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--stillwater:#70a2b2;
--witness:#8dc3c9;
--botanical-tint:#a4e5d4;
--after-dinner-mint:#e4f7e4;
}