Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d918f;
}
.verdigris {
color: #3dafb3;
}
.chinese-lacquer {
color: #5fc4c2;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.distant-horizon {
color: #f1f8f7;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d918f;
--verdigris:#3dafb3;
--chinese-lacquer:#5fc4c2;
--ice-crystal-blue:#a4e5e2;
--distant-horizon:#f1f8f7;
}