Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.bath-salt-green {
color: #b8e0d8;
}
.aquarelle-green {
color: #e2f3e4;
}
.yellow-chalk {
color: #f3f7b1;
}
.shrimp-toast {
color: #f9c39f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--bath-salt-green:#b8e0d8;
--aquarelle-green:#e2f3e4;
--yellow-chalk:#f3f7b1;
--shrimp-toast:#f9c39f;
}