Color names in this palette
CSS code for this palette
/* CSS */
.black-soap {
color: #1c3f3b;
}
.atlantic-wave {
color: #3c7c7a;
}
.veranda-blue {
color: #68b1af;
}
.ice-crystal-blue {
color: #a5e3e1;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--black-soap:#1c3f3b;
--atlantic-wave:#3c7c7a;
--veranda-blue:#68b1af;
--ice-crystal-blue:#a5e3e1;
--lynx-white:#f6f9f7;
}