Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.green-grapple {
color: #3db3b3;
}
.chinese-lacquer {
color: #5ec5c5;
}
.ice-crystal-blue {
color: #a5e1e3;
}
.happy-piglets {
color: #f8c9c9;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--green-grapple:#3db3b3;
--chinese-lacquer:#5ec5c5;
--ice-crystal-blue:#a5e1e3;
--happy-piglets:#f8c9c9;
}