Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #66b5e5;
}
.eerie-black {
color: #1c1c1c;
}
.midnight-dreams {
color: #001c2e;
}
.blue-grotto {
color: #4ea2d0;
}
.dirty-blue {
color: #40809c;
}
/* CSS Variables */
:root {
--sanctuary-spa:#66b5e5;
--eerie-black:#1c1c1c;
--midnight-dreams:#001c2e;
--blue-grotto:#4ea2d0;
--dirty-blue:#40809c;
}