Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b1e0;
}
.high-blue {
color: #4da8e0;
}
.dayflower {
color: #3ea4e0;
}
.blue-damselfly {
color: #2c9fd8;
}
.skylla {
color: #1b78bb;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b1e0;
--high-blue:#4da8e0;
--dayflower:#3ea4e0;
--blue-damselfly:#2c9fd8;
--skylla:#1b78bb;
}