Color names in this palette
CSS code for this palette
/* CSS */
.blue-shoal {
color: #698c91;
}
.bamboo-shoot {
color: #a7b9a2;
}
.rosewater {
color: #e1c7c1;
}
.roseberry {
color: #f3a5a0;
}
.redstone {
color: #e76e6e;
}
/* CSS Variables */
:root {
--blue-shoal:#698c91;
--bamboo-shoot:#a7b9a2;
--rosewater:#e1c7c1;
--roseberry:#f3a5a0;
--redstone:#e76e6e;
}