Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d1c6e1;
}
.over-the-moon {
color: #a8b8d6;
}
.aragonite-blue {
color: #6f96b3;
}
.larkspur {
color: #3f7d92;
}
.immersed {
color: #1f5151;
}
/* CSS Variables */
:root {
--lavender-water:#d1c6e1;
--over-the-moon:#a8b8d6;
--aragonite-blue:#6f96b3;
--larkspur:#3f7d92;
--immersed:#1f5151;
}