Color names in this palette
CSS code for this palette
/* CSS */
.sealegs {
color: #6b8e8e;
}
.bamboo-shoot {
color: #a4b8a3;
}
.veiled-spotlight {
color: #d0d5d8;
}
.pink-scallop {
color: #f1dfd5;
}
.stormy-pink {
color: #e4b4af;
}
/* CSS Variables */
:root {
--sealegs:#6b8e8e;
--bamboo-shoot:#a4b8a3;
--veiled-spotlight:#d0d5d8;
--pink-scallop:#f1dfd5;
--stormy-pink:#e4b4af;
}