Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #66b2e5;
}
.long-island-sound {
color: #9bd4f8;
}
.m-white {
color: #f4f8fb;
}
.lavender-sky {
color: #d8d5f1;
}
.violet-velvet {
color: #b5a1e2;
}
/* CSS Variables */
:root {
--sanctuary-spa:#66b2e5;
--long-island-sound:#9bd4f8;
--m-white:#f4f8fb;
--lavender-sky:#d8d5f1;
--violet-velvet:#b5a1e2;
}