Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-shadow {
color: #f2f4f8;
}
.fresh-water {
color: #c6dff6;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.blue-bay {
color: #5c99d6;
}
.deep-water {
color: #2d70a4;
}
/* CSS Variables */
:root {
--boysenberry-shadow:#f2f4f8;
--fresh-water:#c6dff6;
--adrift-on-the-nile:#8db3e2;
--blue-bay:#5c99d6;
--deep-water:#2d70a4;
}